Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h525 void insertCommand_l(sp<AudioCommand>& command, int delayMs = 0);
554 void insertCommand_l(AudioCommand *command, int delayMs = 0);
H A DAudioPolicyService.cpp2169 insertCommand_l(command, delayMs); in sendCommand()
2184 void AudioPolicyService::AudioCommandThread::insertCommand_l(sp<AudioCommand>& command, int delayMs) in insertCommand_l() function in android::AudioPolicyService::AudioCommandThread