OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeClientByRemote
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraService.h
107
virtual void
removeClientByRemote
(const wp<IBinder>& remoteBinder);
CameraService.cpp
712
void CameraService::
removeClientByRemote
(const wp<IBinder>& remoteBinder) {
714
LOG1("CameraService::
removeClientByRemote
E (pid %d)", callingPid);
741
LOG1("CameraService::
removeClientByRemote
X (pid %d)", callingPid);
786
// Client::~Client() -> disconnect() ->
removeClientByRemote
().
982
mCameraService->
removeClientByRemote
(mRemoteBinder);
[
all
...]
Completed in 47 milliseconds