Home
last modified time | relevance | path

Searched refs:audio_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/tools/scripts/
H A Ddump_hearingaid_audio.py130 audio_type, data = unpack_data(data, 1)
131 if audio_type is None:
133 elif audio_type == 0x01:
134 audio_type = "Ringtone"
135 elif audio_type == 0x02:
136 audio_type = "Phonecall"
137 elif audio_type == 0x03:
138 audio_type = "Media"
140 audio_type = "Unknown"
141 update_audio_data(CONNECTION_HANDLE, result[CONNECTION_HANDLE], AUDIO_TYPE, audio_type)
/aosp12/hardware/libhardware/include/hardware/
H A Dtv_input.h107 audio_devices_t audio_type; member
/aosp12/packages/apps/TV/tuner/proto/
H A Dtrack.proto27 optional AudioType audio_type = 2; field
/aosp12/hardware/interfaces/tv/input/1.0/default/
H A DTvInput.cpp171 event->device_info.audio_type); in notify()