OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BnCameraService
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/camera/
ICameraService.cpp
103
remote()->transact(
BnCameraService
::GET_NUMBER_OF_CAMERAS, data, &reply);
115
remote()->transact(
BnCameraService
::GET_CAMERA_INFO, data, &reply);
132
remote()->transact(
BnCameraService
::GET_CAMERA_CHARACTERISTICS, data, &reply);
153
remote()->transact(
BnCameraService
::GET_CAMERA_VENDOR_TAG_DESCRIPTOR, data, &reply);
179
remote()->transact(
BnCameraService
::CONNECT, data, &reply);
202
remote()->transact(
BnCameraService
::CONNECT_LEGACY, data, &reply);
224
remote()->transact(
BnCameraService
::CONNECT_PRO, data, &reply);
249
remote()->transact(
BnCameraService
::CONNECT_DEVICE, data, &reply);
264
remote()->transact(
BnCameraService
::ADD_LISTENER, data, &reply);
275
remote()->transact(
BnCameraService
::REMOVE_LISTENER, data, &reply)
[
all
...]
/frameworks/av/include/camera/
ICameraService.h
149
class
BnCameraService
: public BnInterface<ICameraService>
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
114
BnCameraService
::onFirstRef();
[
all
...]
CameraService.h
52
public
BnCameraService
,
Completed in 78 milliseconds