OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeClient_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/audioflinger/
AudioFlinger.h
818
void
removeClient_l
(pid_t pid);
[
all
...]
AudioFlinger.cpp
828
//
removeClient_l
() must be called with AudioFlinger::mLock held
829
void AudioFlinger::
removeClient_l
(pid_t pid)
831
LOGV("
removeClient_l
() pid %d, tid %d, calling tid %d", pid, gettid(), IPCThreadState::self()->getCallingPid());
[
all
...]
Completed in 15 milliseconds