HomeSort by relevance Sort by last modified time
    Searched refs:removeClientByRemote (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/
CameraService.h 90 virtual void removeClientByRemote(const wp<IBinder>& remoteBinder);
CameraService.cpp 560 void CameraService::removeClientByRemote(const wp<IBinder>& remoteBinder) {
562 LOG1("CameraService::removeClientByRemote E (pid %d)", callingPid);
589 LOG1("CameraService::removeClientByRemote X (pid %d)", callingPid);
634 // Client::~Client() -> disconnect() -> removeClientByRemote().
830 mCameraService->removeClientByRemote(mRemoteBinder);
    [all...]

Completed in 19 milliseconds