HomeSort by relevance Sort by last modified time
    Searched defs:getCameraService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java 39 assertNotNull("Camera service should not be null", getCameraService());
87 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 297 const sp<CameraService>& Camera2ClientBase<TClientBase>::getCameraService() {

Completed in 486 milliseconds