OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendConfigEvent_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Threads.cpp
106
// maximum time to wait in
sendConfigEvent_l
() for a status to be received
391
//
sendConfigEvent_l
() must be called with ThreadBase::mLock held
393
status_t AudioFlinger::ThreadBase::
sendConfigEvent_l
(sp<ConfigEvent>& event)
398
ALOGV("
sendConfigEvent_l
() num events %d event %d", mConfigEvents.size(), event->mType);
425
sendConfigEvent_l
(configEvent);
432
sendConfigEvent_l
(configEvent);
439
return
sendConfigEvent_l
(configEvent);
448
status_t status =
sendConfigEvent_l
(configEvent);
462
return
sendConfigEvent_l
(configEvent);
[
all
...]
Threads.h
67
// 3. Call
sendConfigEvent_l
(): Append to mConfigEvents and mWaitWorkCV.signal
68
// 4.
sendConfigEvent_l
() reads status from event->mStatus;
69
// 5.
sendConfigEvent_l
() returns status
252
//
sendConfigEvent_l
() must be called with ThreadBase::mLock held
255
status_t
sendConfigEvent_l
(sp<ConfigEvent>& event);
[
all
...]
Completed in 58 milliseconds