OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertCommand_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/service/
AudioPolicyService.h
297
void
insertCommand_l
(sp<AudioCommand>& command, int delayMs = 0);
314
void
insertCommand_l
(AudioCommand *command, int delayMs = 0);
AudioPolicyService.cpp
835
insertCommand_l
(command, delayMs);
849
//
insertCommand_l
() must be called with mLock held
850
void AudioPolicyService::AudioCommandThread::
insertCommand_l
(sp<AudioCommand>& command, int delayMs)
[
all
...]
Completed in 2211 milliseconds