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

  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 349 mCameraClient = cameraClient;
436 LOG1("clear mCameraClient (pid %d)", callingPid);
439 mCameraClient.clear();
456 if (mCameraClient != 0 && (client->asBinder() == mCameraClient->asBinder())) {
463 mCameraClient = client;
517 mCameraService->removeClient(mCameraClient);
    [all...]
CameraService.h 122 const sp<ICameraClient>& getCameraClient() { return mCameraClient; }
178 sp<ICameraClient> mCameraClient;

Completed in 190 milliseconds