Searched refs:insertCommand_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h363 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
380 void insertCommand_l(AudioCommand *command, int delayMs = 0);
H A DAudioPolicyService.cpp1101 insertCommand_l(command, delayMs);
1115 // insertCommand_l() must be called with mLock held
1116 void AudioPolicyService::AudioCommandThread::insertCommand_l(sp<AudioCommand>& command, int delayMs) function in class:android::AudioPolicyService::AudioCommandThread

Completed in 33 milliseconds