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.h 36 public BnCameraService
CameraService.cpp 82 BnCameraService::onFirstRef();
253 case BnCameraService::CONNECT:
269 return BnCameraService::onTransact(code, data, reply, flags);
    [all...]

Completed in 151 milliseconds