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

  /frameworks/av/camera/
ICameraService.cpp 42 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
52 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
65 remote()->transact(BnCameraService::CONNECT, data, &reply);
74 status_t BnCameraService::onTransact(
  /frameworks/av/include/camera/
ICameraService.h 50 class BnCameraService: public BnInterface<ICameraService>
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 83 BnCameraService::onFirstRef();
303 case BnCameraService::CONNECT:
319 return BnCameraService::onTransact(code, data, reply, flags);
CameraService.h 37 public BnCameraService,

Completed in 3006 milliseconds