Searched defs:android (Results 1 - 25 of 12682) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCamera.cpp29 #include <android/hardware/ICameraService.h>
30 #include <android/hardware/ICamera.h>
35 namespace android { namespace
43 &::android::hardware::ICameraService::connect;
46 sp<Camera> Camera::create(const sp<::android::hardware::ICamera>& camera)
87 sp<::android::hardware::ICameraClient> cl = c;
89 const sp<::android::hardware::ICameraService>& cs = CameraBaseT::getCameraService();
140 sp <::android::hardware::ICamera> c = mCamera;
147 sp <::android::hardware::ICamera> c = mCamera;
154 sp <::android
[all...]
H A DCameraBase.cpp24 #include <android/hardware/ICameraService.h>
37 namespace android { namespace
60 sp<::android::hardware::ICameraService> gCameraService;
89 const sp<::android::hardware::ICameraService>& CameraBase<TCam, TCamTraits>::getCameraService()
107 gCameraService = interface_cast<::android::hardware::ICameraService>(binder);
121 const sp<::android::hardware::ICameraService>& cs = getCameraService();
207 const sp<::android::hardware::ICameraService> cs = getCameraService();
215 ::android::hardware::ICameraService::CAMERA_TYPE_BACKWARD_COMPATIBLE,
229 const sp<::android::hardware::ICameraService>& cs = getCameraService();
237 const sp<::android
[all...]
H A DCameraMetadata.cpp27 namespace android { namespace
758 // Match built-in tags (typically android.*)
792 }; // namespace android
H A DCameraParameters.cpp26 namespace android { namespace
161 const char CameraParameters::PIXEL_FORMAT_ANDROID_OPAQUE[] = "android-opaque";
537 }; // namespace android
H A DCameraParameters2.cpp26 namespace android { namespace
382 }; // namespace android
H A DCameraUtils.cpp28 namespace android { namespace
43 ALOGE("%s: Can't find android.sensor.orientation in static metadata!", __FUNCTION__);
49 ALOGE("%s: Can't find android.lens.facing in static metadata!", __FUNCTION__);
72 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
98 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
125 } /* namespace android */
H A DCaptureResult.cpp23 namespace android { namespace
H A DICamera.cpp25 #include <android/hardware/ICamera.h>
26 #include <android/hardware/ICameraClient.h>
31 namespace android { namespace
305 IMPLEMENT_META_INTERFACE(Camera, "android.hardware.ICamera");
473 } // namespace android
H A DICameraClient.cpp24 #include <android/hardware/ICameraClient.h>
27 namespace android { namespace
96 IMPLEMENT_META_INTERFACE(CameraClient, "android.hardware.ICameraClient");
165 } // namespace android
H A DICameraRecordingProxy.cpp28 namespace android { namespace
87 IMPLEMENT_META_INTERFACE(CameraRecordingProxy, "android.hardware.ICameraRecordingProxy");
131 }; // namespace android
H A DICameraRecordingProxyListener.cpp26 namespace android { namespace
67 IMPLEMENT_META_INTERFACE(CameraRecordingProxyListener, "android.hardware.ICameraRecordingProxyListener");
111 }; // namespace android
H A DICameraServiceProxy.cpp25 namespace android { namespace
50 IMPLEMENT_META_INTERFACE(CameraServiceProxy, "android.hardware.ICameraServiceProxy");
72 }; // namespace android
H A DVendorTagDescriptor.cpp33 namespace android { namespace
502 } /* namespace android */
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp27 namespace android { namespace
112 parcel->writeString16(String16("android.view.Surface"));
132 } // namespace android
H A DOutputConfiguration.cpp27 namespace android { namespace
171 }; // namespace android
H A DSubmitInfo.cpp20 namespace android { namespace
50 } // namespace android
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp22 #include <android/hardware/ICameraService.h>
30 using namespace android;
32 namespace android { namespace
1369 } // namespace android
H A DACameraDevice.h30 #include <android/hardware/camera2/BnCameraDeviceCallbacks.h>
31 #include <android/hardware/camera2/ICameraDeviceUser.h>
42 namespace android { namespace
270 } // namespace android;
274 * Leave outside of android namespace because it's NDK struct
304 inline android::sp<android::hardware::camera2::ICameraDeviceCallbacks> getServiceCallback() {
309 inline void setRemoteDevice(android::sp<android::hardware::camera2::ICameraDeviceUser> remote) {
314 android
[all...]
H A DACameraManager.cpp28 using namespace android;
35 namespace android { namespace
297 } // namespace android
H A DACameraManager.h22 #include <android/hardware/ICameraService.h>
23 #include <android/hardware/BnCameraServiceListener.h>
36 namespace android { namespace
152 } // namespace android;
156 * Leave outside of android namespace because it's NDK struct
161 mGlobalManager(&(android::CameraManagerGlobal::getInstance())) {}
178 android::Mutex mLock;
181 android::sp<android::CameraManagerGlobal> mGlobalManager;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h25 namespace android { namespace
85 }; // namespace android
H A DFrameOutput.h26 namespace android { namespace
97 }; // namespace android
H A DOverlay.h30 namespace android { namespace
157 }; // namespace android
H A DProgram.h25 namespace android { namespace
92 }; // namespace android
H A DTextRenderer.cpp27 namespace android { namespace
31 using namespace android;

Completed in 110 milliseconds

1234567891011>>