Home
last modified time | relevance | path

Searched refs:type_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h27 enum type_t { enum
37 static const char *threadTypeToString(type_t type);
40 audio_devices_t outDevice, audio_devices_t inDevice, type_t type,
240 type_t type() const { return mType; } in type()
436 const type_t mType;
635 audio_io_handle_t id, audio_devices_t device, type_t type, bool systemReady);
1014 type_t type = MIXER);
1125 audio_io_handle_t id, uint32_t device, ThreadBase::type_t type,
DThreads.cpp433 const char *AudioFlinger::ThreadBase::threadTypeToString(AudioFlinger::ThreadBase::type_t type) in threadTypeToString()
498 audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady) in ThreadBase()
1639 type_t type, in PlaybackThread()
3589 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type) in MixerThread()
4837 ThreadBase::type_t type, bool systemReady) in DirectOutputThread()