Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h864 const audio_attributes_t& attr, wp<AudioCommandThread> commandThread);
868 wp<AudioCommandThread> commandThread);
907 wp<AudioCommandThread> commandThread) : in AudioRecordClient() argument
914 attributes, commandThread)) {} in AudioRecordClient()
H A DAudioPolicyService.cpp1511 wp<AudioCommandThread> commandThread) in createIfNeeded() argument
1529 return new OpRecordAudioMonitor(attributionSource, getOpForSource(attr.source), commandThread); in createIfNeeded()
1534 wp<AudioCommandThread> commandThread) : in OpRecordAudioMonitor() argument
1536 mCommandThread(commandThread) in OpRecordAudioMonitor()
1585 sp<AudioCommandThread> commandThread = mCommandThread.promote(); in checkOp() local
1586 if (commandThread != nullptr) { in checkOp()
1587 commandThread->updateUidStatesCommand(); in checkOp()