Searched refs:BnCameraService (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/camera/
H A DICameraService.cpp109 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
121 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
138 remote()->transact(BnCameraService::GET_CAMERA_CHARACTERISTICS, data, &reply);
159 remote()->transact(BnCameraService::GET_CAMERA_VENDOR_TAG_DESCRIPTOR, data, &reply);
187 status = remote()->transact(BnCameraService::CONNECT, data, &reply);
213 status = remote()->transact(BnCameraService::CONNECT_LEGACY, data, &reply);
232 remote()->transact(BnCameraService::SET_TORCH_MODE, data, &reply);
255 status = remote()->transact(BnCameraService::CONNECT_DEVICE, data, &reply);
271 remote()->transact(BnCameraService::ADD_LISTENER, data, &reply);
282 remote()->transact(BnCameraService
[all...]
/frameworks/av/include/camera/
H A DICameraService.h182 class BnCameraService: public BnInterface<ICameraService> class in namespace:android
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp142 BnCameraService::onFirstRef();
1779 case BnCameraService::CONNECT:
1780 case BnCameraService::CONNECT_DEVICE:
1781 case BnCameraService::CONNECT_LEGACY: {
1794 case BnCameraService::NOTIFY_SYSTEM_EVENT: {
1810 return BnCameraService::onTransact(code, data, reply, flags);
H A DCameraService.h61 public BnCameraService,

Completed in 128 milliseconds