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/base/include/camera/
ICameraService.h
50
class
BnCameraService
: public BnInterface<ICameraService>
/frameworks/base/libs/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/base/services/camera/libcameraservice/
CameraService.h
36
public
BnCameraService
CameraService.cpp
206
case
BnCameraService
::CONNECT:
222
return
BnCameraService
::onTransact(code, data, reply, flags);
[
all
...]
Completed in 1008 milliseconds