OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidSyncEvent
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
Threads.h
347
virtual bool
isValidSyncEvent
(const sp<SyncEvent>& event) const = 0;
581
virtual bool
isValidSyncEvent
(const sp<SyncEvent>& event) const;
[
all
...]
Threads.cpp
[
all
...]
AudioFlinger.cpp
641
if (thread->
isValidSyncEvent
(mPendingSyncEvents[i])) {
[
all
...]
Completed in 42 milliseconds