OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCameraService
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java
38
assertNotNull("Camera service should not be null",
getCameraService
());
86
ICameraService
getCameraService
() {
/frameworks/av/camera/
CameraBase.cpp
69
const sp<ICameraService>& CameraBase<TCam, TCamTraits>::
getCameraService
()
102
const sp<ICameraService>& cs =
getCameraService
();
186
const sp<ICameraService> cs =
getCameraService
();
199
const sp<ICameraService>& cs =
getCameraService
();
207
const sp<ICameraService>& cs =
getCameraService
();
215
const sp<ICameraService>& cs =
getCameraService
();
/frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp
285
const sp<CameraService>& Camera2ClientBase<TClientBase>::
getCameraService
() {
Completed in 655 milliseconds