Searched defs:android (Results 1 - 25 of 15188) 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.cpp25 #include <android/hardware/ICameraService.h>
38 namespace android { namespace
42 status_t CameraInfo::writeToParcel(android::Parcel* parcel) const {
50 status_t CameraInfo::readFromParcel(const android::Parcel* parcel) {
58 status_t CameraStatus::writeToParcel(android::Parcel* parcel) const {
66 status_t CameraStatus::readFromParcel(const android::Parcel* parcel) {
79 sp<::android::hardware::ICameraService> gCameraService;
108 const sp<::android::hardware::ICameraService> CameraBase<TCam, TCamTraits>::getCameraService()
132 gCameraService = interface_cast<::android::hardware::ICameraService>(binder);
146 const sp<::android
[all...]
H A DCameraMetadata.cpp27 namespace android { namespace
761 // Match built-in tags (typically android.*)
795 }; // 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
29 status_t CaptureResultExtras::readFromParcel(const android::Parcel *parcel) {
46 status_t CaptureResultExtras::writeToParcel(android::Parcel *parcel) const {
72 status_t CaptureResult::readFromParcel(android::Parcel *parcel) {
103 status_t CaptureResult::writeToParcel(android::Parcel *parcel) const {
H A DICamera.cpp25 #include <android/hardware/ICamera.h>
26 #include <android/hardware/ICameraClient.h>
31 namespace android { namespace
324 IMPLEMENT_META_INTERFACE(Camera, "android.hardware.ICamera");
505 } // namespace android
H A DICameraClient.cpp24 #include <android/hardware/ICameraClient.h>
27 namespace android { namespace
120 IMPLEMENT_META_INTERFACE(CameraClient, "android.hardware.ICameraClient");
224 } // namespace android
H A DICameraRecordingProxy.cpp28 namespace android { namespace
106 IMPLEMENT_META_INTERFACE(CameraRecordingProxy, "android.hardware.ICameraRecordingProxy");
175 }; // namespace android
H A DICameraRecordingProxyListener.cpp26 namespace android { namespace
98 IMPLEMENT_META_INTERFACE(CameraRecordingProxyListener, "android.hardware.ICameraRecordingProxyListener");
177 }; // namespace android
H A DICameraServiceProxy.cpp25 namespace android { namespace
51 IMPLEMENT_META_INTERFACE(CameraServiceProxy, "android.hardware.ICameraServiceProxy");
73 }; // namespace android
H A DVendorTagDescriptor.cpp34 namespace android { namespace
111 status_t VendorTagDescriptor::readFromParcel(const android::Parcel* parcel) {
259 status_t VendorTagDescriptor::writeToParcel(android::Parcel* parcel) const {
393 sp<android::VendorTagDescriptor> desc = new android::VendorTagDescriptor();
481 sp<android::VendorTagDescriptor> desc) {
493 metadata_vendor_id_t id, sp<android::VendorTagDescriptor> *desc /*out*/) {
750 } /* namespace android */
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp28 namespace android { namespace
39 status_t CaptureRequest::readFromParcel(const android::Parcel* parcel) {
101 status_t CaptureRequest::writeToParcel(android::Parcel* parcel) const {
120 parcel->writeString16(String16("android.view.Surface"));
140 } // namespace android
H A DOutputConfiguration.cpp28 namespace android { namespace
77 OutputConfiguration::OutputConfiguration(const android::Parcel& parcel) :
83 status_t OutputConfiguration::readFromParcel(const android::Parcel* parcel) {
171 status_t OutputConfiguration::writeToParcel(android::Parcel* parcel) const {
243 }; // namespace android
H A DSubmitInfo.cpp20 namespace android { namespace
25 status_t SubmitInfo::writeToParcel(android::Parcel *parcel) const {
36 status_t SubmitInfo::readFromParcel(const android::Parcel *parcel) {
50 } // namespace android
/frameworks/av/camera/include/camera/
H A DCamera.h22 #include <android/hardware/ICameraService.h>
28 #include <camera/android/hardware/ICamera.h>
29 #include <camera/android/hardware/ICameraClient.h>
32 namespace android { namespace
58 typedef ::android::hardware::ICamera TCamUser;
59 typedef ::android::hardware::ICameraClient TCamCallbacks;
60 typedef ::android::binder::Status(::android::hardware::ICameraService::*TCamConnectService)
61 (const sp<::android::hardware::ICameraClient>&,
64 sp<::android
[all...]
H A DCameraBase.h20 #include <android/hardware/ICameraServiceListener.h>
27 namespace android { namespace
42 struct CameraInfo : public android::Parcelable {
63 virtual status_t writeToParcel(android::Parcel* parcel) const;
64 virtual status_t readFromParcel(const android::Parcel* parcel);
72 struct CameraStatus : public android::Parcelable {
83 virtual status_t writeToParcel(android::Parcel* parcel) const;
84 virtual status_t readFromParcel(const android::Parcel* parcel);
144 static const sp<::android::hardware::ICameraService> getCameraService();
156 }; // namespace android
[all...]
H A DCameraMetadata.h26 namespace android { namespace
247 using ::android::CameraMetadata;
253 } // namespace android
H A DCameraParameters.h23 namespace android { namespace
697 }; // namespace android
H A DCameraParameters2.h24 namespace android { namespace
201 }; // namespace android
H A DCameraUtils.h27 namespace android { namespace
54 } /* namespace android */
H A DCaptureResult.h25 namespace android { namespace
35 struct CaptureResultExtras : public android::Parcelable {
91 virtual status_t readFromParcel(const android::Parcel* parcel) override;
92 virtual status_t writeToParcel(android::Parcel* parcel) const override;
108 status_t readFromParcel(android::Parcel* parcel);
109 status_t writeToParcel(android::Parcel* parcel) const;
H A DICameraRecordingProxy.h25 namespace android { namespace
104 }; // namespace android
H A DICameraRecordingProxyListener.h27 namespace android { namespace
59 }; // namespace android

Completed in 1596 milliseconds

1234567891011>>