Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DIAfThread.h79 REQUIRES(mutex()) EXCLUDES_ThreadBase_Mutex = 0; // Tracks
156 virtual void clearPowerManager() EXCLUDES_ThreadBase_Mutex = 0;
181 virtual void exit() EXCLUDES_ThreadBase_Mutex = 0;
184 virtual status_t setParameters(const String8& keyValuePairs) EXCLUDES_ThreadBase_Mutex = 0;
185 virtual String8 getParameters(const String8& keys) EXCLUDES_ThreadBase_Mutex = 0;
197 audio_port_handle_t portId = AUDIO_PORT_HANDLE_NONE) EXCLUDES_ThreadBase_Mutex = 0;
202 EXCLUDES_ThreadBase_Mutex = 0;
209 EXCLUDES_ThreadBase_Mutex = 0;
211 EXCLUDES_ThreadBase_Mutex = 0;
213 const DeviceDescriptorBaseVector& outDevices) EXCLUDES_ThreadBase_Mutex = 0;
[all …]
H A DThreads.h61 void clearPowerManager() final EXCLUDES_ThreadBase_Mutex;
337 void exit() final EXCLUDES_ThreadBase_Mutex;
338 status_t setParameters(const String8& keyValuePairs) final EXCLUDES_ThreadBase_Mutex;
345 audio_port_handle_t portId = AUDIO_PORT_HANDLE_NONE) final EXCLUDES_ThreadBase_Mutex;
349 EXCLUDES_ThreadBase_Mutex;
354 audio_patch_handle_t* handle) final EXCLUDES_ThreadBase_Mutex;
356 EXCLUDES_ThreadBase_Mutex;
358 const DeviceDescriptorBaseVector& outDevices) final EXCLUDES_ThreadBase_Mutex;
360 void sendCheckOutputStageEffectsEvent() final EXCLUDES_ThreadBase_Mutex;
471 uint32_t hasAudioSession(audio_session_t sessionId) const final EXCLUDES_ThreadBase_Mutex { in hasAudioSession()
[all …]
H A DAudioFlinger.h362 REQUIRES(mutex()) EXCLUDES_ThreadBase_Mutex;
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A Dmutex.h275 #define EXCLUDES_ThreadBase_Mutex \ macro
280 EXCLUDES_ThreadBase_Mutex