Searched refs:hardware (Results 151 - 175 of 1044) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DOemHookResponse.java19 import android.hardware.radio.deprecated.V1_0.IOemHookResponse;
20 import android.hardware.radio.V1_0.RadioError;
21 import android.hardware.radio.V1_0.RadioResponseInfo;
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DOneTouchRecordAction.java19 import static android.hardware.hdmi.HdmiControlManager.ONE_TOUCH_RECORD_CHECK_RECORDER_CONNECTION;
20 import static android.hardware.hdmi.HdmiControlManager.ONE_TOUCH_RECORD_RECORDING_ANALOGUE_SERVICE;
21 import static android.hardware.hdmi.HdmiControlManager.ONE_TOUCH_RECORD_RECORDING_CURRENTLY_SELECTED_SOURCE;
22 import static android.hardware.hdmi.HdmiControlManager.ONE_TOUCH_RECORD_RECORDING_DIGITAL_SERVICE;
23 import static android.hardware.hdmi.HdmiControlManager.ONE_TOUCH_RECORD_RECORDING_EXTERNAL_INPUT;
25 import android.hardware.tv.cec.V1_0.SendMessageResult;
H A DHdmiMhlLocalDeviceStub.java3 import android.hardware.hdmi.HdmiDeviceInfo;
4 import android.hardware.hdmi.IHdmiControlCallback;
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2CaptureCallbackForwarder.java19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraCaptureSession.CaptureCallback;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.TotalCaptureResult;
H A DCamera2CaptureCallbackSplitter.java19 import android.hardware.camera2.CameraCaptureSession;
20 import android.hardware.camera2.CameraCaptureSession.CaptureCallback;
21 import android.hardware.camera2.CaptureFailure;
22 import android.hardware.camera2.CaptureRequest;
23 import android.hardware.camera2.CaptureResult;
24 import android.hardware.camera2.TotalCaptureResult;
/frameworks/native/services/sensorservice/hidl/
H A Dutils.cpp28 using ::android::hardware::hidl_string;
29 using ::android::hardware::sensors::V1_0::SensorInfo;
39 dst.type = static_cast<::android::hardware::sensors::V1_0::SensorType>(
77 ::android::hardware::sensors::V1_0::Event convertEvent(const ::ASensorEvent& src) {
78 ::android::hardware::sensors::V1_0::Event dst;
79 ::android::hardware::sensors::V1_0::implementation::convertFromSensorEvent(
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp32 #include <hardware/gralloc.h>
35 #include <android/hardware/ICameraService.h>
36 #include <android/hardware/ICameraServiceListener.h>
37 #include <android/hardware/BnCameraServiceListener.h>
38 #include <android/hardware/camera2/ICameraDeviceUser.h>
39 #include <android/hardware/camera2/ICameraDeviceCallbacks.h>
40 #include <android/hardware/camera2/BnCameraDeviceCallbacks.h>
66 class TestCameraServiceListener : public hardware::BnCameraServiceListener {
128 return hardware::ICameraServiceListener::TORCH_STATUS_UNKNOWN;
137 return hardware
[all...]
/frameworks/av/camera/aidl/android/hardware/
H A DICameraServiceListener.aidl17 package android.hardware;
39 * include/hardware/camera_common.h when applicable
63 * include/hardware/camera_common.h
/frameworks/av/media/libaudiohal/
H A DAndroid.mk53 android.hardware.audio@2.0 \
54 android.hardware.audio.common@2.0 \
55 android.hardware.audio.common@2.0-util \
56 android.hardware.audio.effect@2.0 \
H A DDevicesFactoryHalHidl.h20 #include <android/hardware/audio/2.0/IDevicesFactory.h>
27 using ::android::hardware::audio::V2_0::IDevicesFactory;
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTaskSingleDrainer.java16 package android.hardware.camera2.utils;
18 import android.hardware.camera2.utils.TaskDrainer.DrainListener;
H A DUncheckedThrow.java17 package android.hardware.camera2.utils;
/frameworks/base/core/java/android/hardware/input/
H A DInputManagerInternal.java17 package android.hardware.input;
20 import android.hardware.display.DisplayViewport;
/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardwareCallback.aidl17 package android.hardware.location;
/frameworks/base/services/core/java/com/android/server/lights/
H A DLight.java19 import android.hardware.light.V2_0.Flash;
20 import android.hardware.light.V2_0.Brightness;
/frameworks/base/services/core/jni/
H A Dcom_android_server_VibratorService.cpp19 #include <android/hardware/vibrator/1.0/IVibrator.h>
20 #include <android/hardware/vibrator/1.0/types.h>
28 #include <hardware/vibrator.h>
33 using android::hardware::Return;
34 using android::hardware::vibrator::V1_0::Effect;
35 using android::hardware::vibrator::V1_0::EffectStrength;
36 using android::hardware::vibrator::V1_0::IVibrator;
37 using android::hardware::vibrator::V1_0::Status;
/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp22 #include <android/hardware/configstore/1.0/ISurfaceFlingerConfigs.h>
23 #include <android/hardware/graphics/allocator/2.0/IAllocator.h>
38 using android::hardware::graphics::allocator::V2_0::IAllocator;
41 hardware::registerPassthroughServiceImplementation<IAllocator>();
53 using android::hardware::configstore::getBool;
54 using android::hardware::configstore::getBool;
55 using android::hardware::configstore::V1_0::ISurfaceFlingerConfigs;
56 hardware::configureRpcThreadpool(1 /* maxThreads */,
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h20 #include <android/hardware/camera2/BnCameraDeviceUser.h>
21 #include <android/hardware/camera2/ICameraDeviceCallbacks.h>
33 public hardware::camera2::BnCameraDeviceUser
35 typedef hardware::camera2::ICameraDeviceCallbacks TCamCallbacks;
37 const sp<hardware::camera2::ICameraDeviceCallbacks>& getRemoteCallback() {
43 const sp<hardware::camera2::ICameraDeviceCallbacks>& remoteCallback,
51 sp<hardware::camera2::ICameraDeviceCallbacks> mRemoteCallback;
57 * android.hardware.photography.CameraDevice
70 const hardware::camera2::CaptureRequest& request,
73 hardware
[all...]
/frameworks/av/include/media/omx/1.0/
H A DWOmxNode.h27 #include <android/hardware/media/omx/1.0/IOmxNode.h>
28 #include <android/hardware/media/omx/1.0/IOmxObserver.h>
31 namespace hardware { namespace in namespace:android
37 using ::android::hardware::media::omx::V1_0::CodecBuffer;
38 using ::android::hardware::media::omx::V1_0::IOmxBufferSource;
39 using ::android::hardware::media::omx::V1_0::IOmxNode;
40 using ::android::hardware::media::omx::V1_0::IOmxObserver;
41 using ::android::hardware::media::omx::V1_0::Message;
42 using ::android::hardware::media::omx::V1_0::PortMode;
43 using ::android::hardware
[all...]
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.h27 #include <android/hardware/media/omx/1.0/IOmxNode.h>
28 #include <android/hardware/media/omx/1.0/IOmxObserver.h>
31 namespace hardware { namespace in namespace:android
37 using ::android::hardware::media::omx::V1_0::CodecBuffer;
38 using ::android::hardware::media::omx::V1_0::IOmxBufferSource;
39 using ::android::hardware::media::omx::V1_0::IOmxNode;
40 using ::android::hardware::media::omx::V1_0::IOmxObserver;
41 using ::android::hardware::media::omx::V1_0::Message;
42 using ::android::hardware::media::omx::V1_0::PortMode;
43 using ::android::hardware
[all...]
/frameworks/base/core/java/android/hardware/camera2/dispatch/
H A DNullDispatcher.java16 package android.hardware.camera2.dispatch;
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DPublicKey.java16 package android.hardware.camera2.impl;
H A DSyntheticKey.java16 package android.hardware.camera2.impl;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationDuration.java17 package android.hardware.camera2.params;
20 import static android.hardware.camera2.params.StreamConfigurationMap.checkArgumentFormatInternal;
23 import android.hardware.camera2.CameraCharacteristics;
24 import android.hardware.camera2.utils.HashCodeHelpers;
/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintServiceReceiver.aidl16 package android.hardware.fingerprint;
18 import android.hardware.fingerprint.Fingerprint;

Completed in 531 milliseconds

1234567891011>>