Searched refs:hardware (Results 226 - 250 of 1044) sorted by relevance

1234567891011>>

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DMotionSensor.java22 import android.hardware.Sensor;
23 import android.hardware.SensorEvent;
24 import android.hardware.SensorEventListener;
25 import android.hardware.SensorManager;
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbUtil.java16 package com.android.hardware.usb.externalmanagementtest;
22 import android.hardware.usb.UsbDevice;
23 import android.hardware.usb.UsbInterface;
24 import android.hardware.usb.UsbManager;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilitiesFactory.java19 import android.hardware.Camera;
/frameworks/native/libs/vr/libvrsensor/include/private/dvr/
H A Dsensor_client.h4 #include <hardware/sensors.h>
24 // NOTE(segal): If our hardware ends up with multiple sensors of the same
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestVirtualDisplay.h25 #include <hardware/hwcomposer2.h>
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBalls.java41 import android.hardware.Sensor;
42 import android.hardware.SensorEvent;
43 import android.hardware.SensorEventListener;
44 import android.hardware.SensorManager;
/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>
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::hardware::ICamera>*);
71 public ::android::hardware::BnCameraClient
75 USE_CALLING_UID = ::android::hardware
[all...]
H A DCameraBase.h20 #include <android/hardware/ICameraServiceListener.h>
29 namespace hardware { namespace in namespace:android
90 } // namespace hardware
92 using hardware::CameraInfo;
119 struct hardware::CameraInfo* cameraInfo);
144 static const sp<::android::hardware::ICameraService> getCameraService();
/frameworks/av/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>
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::hardware::ICamera>*);
71 public ::android::hardware::BnCameraClient
75 USE_CALLING_UID = ::android::hardware
[all...]
H A DCameraBase.h20 #include <android/hardware/ICameraServiceListener.h>
29 namespace hardware { namespace in namespace:android
90 } // namespace hardware
92 using hardware::CameraInfo;
119 struct hardware::CameraInfo* cameraInfo);
144 static const sp<::android::hardware::ICameraService> getCameraService();
/frameworks/av/media/common_time/
H A Dlocal_clock.cpp24 #include <hardware/hardware.h>
25 #include <hardware/local_time_hal.h>
/frameworks/av/media/libaudiohal/
H A DEffectBufferHalHidl.h20 #include <android/hardware/audio/effect/2.0/types.h>
26 using android::hardware::audio::effect::V2_0::AudioBuffer;
27 using android::hardware::hidl_memory;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyFaceDetectMapper.java17 package android.hardware.camera2.legacy;
20 import android.hardware.Camera;
21 import android.hardware.Camera.FaceDetectionListener;
22 import android.hardware.camera2.impl.CameraMetadataNative;
23 import android.hardware.camera2.legacy.ParameterUtils.ZoomData;
24 import android.hardware.camera2.CameraCharacteristics;
25 import android.hardware.camera2.CaptureRequest;
26 import android.hardware.camera2.CaptureResult;
27 import android.hardware.camera2.params.Face;
28 import android.hardware
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java17 package android.hardware.camera2.params;
21 import android.hardware.camera2.CameraCharacteristics;
22 import android.hardware.camera2.utils.HashCodeHelpers;
/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl17 package android.hardware.input;
19 import android.hardware.input.InputDeviceIdentifier;
20 import android.hardware.input.KeyboardLayout;
21 import android.hardware.input.IInputDevicesChangedListener;
22 import android.hardware.input.ITabletModeChangedListener;
23 import android.hardware.input.TouchCalibration;
37 // Reports whether the hardware supports the given keys; returns true if successful
/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.h29 const ::android::hardware::hidl_vec<Type> * \
39 hardware::hidl_string *allocStringArray(size_t size);
43 const ::android::hardware::hidl_string *allocTemporaryString(
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraUtils.java20 import android.hardware.Camera;
21 import android.hardware.camera2.CameraCharacteristics;
22 import android.hardware.camera2.CameraManager;
31 * @see android.hardware.cts.helpers.CameraUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDisconnectedReceiver.java24 import android.hardware.usb.UsbAccessory;
25 import android.hardware.usb.UsbDevice;
26 import android.hardware.usb.UsbManager;
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DUsbAccessoryBulkTransport.java22 import android.hardware.usb.UsbDevice;
23 import android.hardware.usb.UsbDeviceConnection;
24 import android.hardware.usb.UsbEndpoint;
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.h50 struct SensorDeathRecipient : public android::hardware::hidl_death_recipient
58 using SensorInfo = android::hardware::sensors::V1_0::SensorInfo;
67 android::hardware::hidl_vec<SensorInfo> mSensors;
/frameworks/native/cmds/lshal/
H A Dtest.cpp27 #include <android/hardware/tests/baz/1.0/IQuux.h>
39 using ::android::hardware::hidl_death_recipient;
40 using ::android::hardware::hidl_handle;
41 using ::android::hardware::hidl_string;
42 using ::android::hardware::hidl_vec;
45 namespace hardware { namespace in namespace:android
50 struct Quux : android::hardware::tests::baz::V1_0::IQuux {
51 ::android::hardware::Return<void> debug(const hidl_handle& hh, const hidl_vec<hidl_string>& options) override {
75 } // namespace hardware
83 using R = ::android::hardware
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java16 package android.hardware.camera2.impl;
18 import android.hardware.camera2.CameraAccessException;
19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraDevice;
21 import android.hardware.camera2.CaptureRequest;
22 import android.hardware.camera2.ICameraDeviceUser;
23 import android.hardware.camera2.dispatch.ArgumentReplacingDispatcher;
24 import android.hardware.camera2.dispatch.BroadcastDispatcher;
25 import android.hardware.camera2.dispatch.DuckTypingDispatcher;
26 import android.hardware
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h27 #include <android/hardware/graphics/composer/2.1/IComposer.h>
37 using android::hardware::graphics::common::V1_0::ColorMode;
38 using android::hardware::graphics::common::V1_0::ColorTransform;
39 using android::hardware::graphics::common::V1_0::Dataspace;
40 using android::hardware::graphics::common::V1_0::Hdr;
41 using android::hardware::graphics::common::V1_0::PixelFormat;
42 using android::hardware::graphics::common::V1_0::Transform;
44 using android::hardware::graphics::composer::V2_1::IComposer;
45 using android::hardware::graphics::composer::V2_1::IComposerCallback;
46 using android::hardware
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java17 package android.hardware.camera2;
21 import android.hardware.camera2.impl.CameraMetadataNative;
22 import android.hardware.camera2.impl.CaptureResultExtras;
23 import android.hardware.camera2.impl.PublicKey;
24 import android.hardware.camera2.impl.SyntheticKey;
25 import android.hardware.camera2.utils.TypeReference;
34 * <p>Contains a subset of the final configuration for the capture hardware (sensor, lens,
465 public static final Key<android.hardware.camera2.params.ColorSpaceTransform> COLOR_CORRECTION_TRANSFORM =
466 new Key<android.hardware.camera2.params.ColorSpaceTransform>("android.colorCorrection.transform", android.hardware
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_HwBinder.cpp43 using android::hardware::hidl_vec;
44 using android::hardware::hidl_string;
46 using Return = android::hardware::Return<T>;
122 const hardware::Parcel &data,
123 hardware::Parcel *reply,
133 const_cast<hardware::Parcel *>(&data), false /* assumeOwnership */);
249 sp<hardware::IBinder> binder = JHwBinder::GetNativeContext(env, thiz);
254 auto manager = hardware::defaultServiceManager();
271 ::android::hardware::ProcessState::self()->startThreadPool();
295 auto manager = hardware
[all...]

Completed in 824 milliseconds

1234567891011>>