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

  /frameworks/av/camera/
ICameraService.cpp 47 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
57 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
73 remote()->transact(BnCameraService::CONNECT, data, &reply);
87 remote()->transact(BnCameraService::CONNECT_PRO, data, &reply);
96 remote()->transact(BnCameraService::ADD_LISTENER, data, &reply);
105 remote()->transact(BnCameraService::REMOVE_LISTENER, data, &reply);
114 status_t BnCameraService::onTransact(
  /frameworks/av/include/camera/
ICameraService.h 81 class BnCameraService: public BnInterface<ICameraService>
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 106 BnCameraService::onFirstRef();
683 case BnCameraService::CONNECT:
684 case BnCameraService::CONNECT_PRO:
700 return BnCameraService::onTransact(code, data, reply, flags);
    [all...]
CameraService.h 47 public BnCameraService,

Completed in 1012 milliseconds