Home
last modified time | relevance | path

Searched refs:V2_1 (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DHw2CompatUtil.java31 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel soundModel) { in convertSoundModel_2_1_to_2_0()
38 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent convertRecognit… in convertRecognitionEvent_2_0_to_2_1()
40 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent event_2_1 = in convertRecognitionEvent_2_0_to_2_1()
41 new android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent(); in convertRecognitionEvent_2_0_to_2_1()
50 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent convertPh… in convertPhraseRecognitionEvent_2_0_to_2_1()
52 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent in convertPhraseRecognitionEvent_2_0_to_2_1()
54 … new android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.PhraseRecognitionEvent(); in convertPhraseRecognitionEvent_2_0_to_2_1()
61 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel soundModel) { in convertPhraseSoundModel_2_1_to_2_0()
69 …static android.hardware.soundtrigger.V2_1.ISoundTriggerHw.RecognitionConfig convertRecognitionConf… in convertRecognitionConfig_2_3_to_2_1()
DSoundTriggerHw2Compat.java67 private @Nullable android.hardware.soundtrigger.V2_1.ISoundTriggerHw mUnderlying_2_1;
137 android.hardware.soundtrigger.V2_1.ISoundTriggerHw as2_1 = in initUnderlying()
138 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.asInterface(binder); in initUnderlying()
251 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel hidlModel = in loadPhraseSoundModel()
447 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel soundModel, in loadSoundModel_2_0()
466 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel soundModel, in loadPhraseSoundModel_2_0()
489 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.RecognitionConfig config_2_1 = in startRecognition_2_1()
519 android.hardware.soundtrigger.V2_1.ISoundTriggerHw as2_1() throws NotSupported { in as2_1()
564 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.Stub {
574 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.RecognitionEvent event, in recognitionCallback_2_1()
[all …]
/frameworks/base/services/core/java/com/android/server/health/
DHealthHalCallbackHidl.java24 import android.hardware.health.V2_1.BatteryCapacityLevel;
25 import android.hardware.health.V2_1.Constants;
26 import android.hardware.health.V2_1.IHealthInfoCallback;
61 android.hardware.health.V2_1.HealthInfo propsLatest = in healthInfoChanged()
62 new android.hardware.health.V2_1.HealthInfo(); in healthInfoChanged()
73 public void healthInfoChanged_2_1(android.hardware.health.V2_1.HealthInfo props) { in healthInfoChanged_2_1()
/frameworks/native/services/sensorservice/
DHidlSensorHalWrapper.cpp33 using android::hardware::sensors::V2_1::Event;
34 using android::hardware::sensors::V2_1::ISensorsCallback;
35 using android::hardware::sensors::V2_1::implementation::convertFromSensorEvent;
36 using android::hardware::sensors::V2_1::implementation::convertToNewEvents;
37 using android::hardware::sensors::V2_1::implementation::convertToNewSensorInfos;
38 using android::hardware::sensors::V2_1::implementation::convertToSensor;
39 using android::hardware::sensors::V2_1::implementation::ISensorsWrapperV1_0;
40 using android::hardware::sensors::V2_1::implementation::ISensorsWrapperV2_0;
41 using android::hardware::sensors::V2_1::implementation::ISensorsWrapperV2_1;
81 using SensorInfo = ::android::hardware::sensors::V2_1::SensorInfo;
[all …]
DHidlSensorHalWrapper.h31 using android::hardware::sensors::V2_1::Event;
32 using android::hardware::sensors::V2_1::SensorInfo;
125 sp<::android::hardware::sensors::V2_1::implementation::ISensorsWrapperBase> mSensors;
126 sp<::android::hardware::sensors::V2_1::ISensorsCallback> mCallback;
/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
DSoundHw2CompatTest.java98 && mHalDriver instanceof android.hardware.soundtrigger.V2_1.ISoundTriggerHw in setUp()
221 final android.hardware.soundtrigger.V2_1.ISoundTriggerHw driver_2_1 = in loadGenericModel_2_1()
222 (android.hardware.soundtrigger.V2_1.ISoundTriggerHw) mHalDriver; in loadGenericModel_2_1()
225 AtomicReference<android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel> model = in loadGenericModel_2_1()
227 ArgumentCaptor<android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback> callbackCaptor = in loadGenericModel_2_1()
229 android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback.class); in loadGenericModel_2_1()
234 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.loadSoundModel_2_1Callback in loadGenericModel_2_1()
254 if (mHalDriver instanceof android.hardware.soundtrigger.V2_1.ISoundTriggerHw) { in loadGenericModel()
335 final android.hardware.soundtrigger.V2_1.ISoundTriggerHw driver_2_1 = in loadPhraseModel_2_1()
336 (android.hardware.soundtrigger.V2_1.ISoundTriggerHw) mHalDriver; in loadPhraseModel_2_1()
[all …]
DTestUtil.java24 import android.hardware.soundtrigger.V2_1.ISoundTriggerHw;
25 import android.hardware.soundtrigger.V2_1.ISoundTriggerHwCallback;
86 static android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel dupModel_2_1( in dupModel_2_1()
87 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel model) { in dupModel_2_1()
88 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel dup = in dupModel_2_1()
89 new android.hardware.soundtrigger.V2_1.ISoundTriggerHw.SoundModel(); in dupModel_2_1()
138 static android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel dupPhraseModel_2_1( in dupPhraseModel_2_1()
139 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel model) { in dupPhraseModel_2_1()
140 android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel dup = in dupPhraseModel_2_1()
141 new android.hardware.soundtrigger.V2_1.ISoundTriggerHw.PhraseSoundModel(); in dupPhraseModel_2_1()
[all …]
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHal.h36 namespace V2_1 = android::hardware::graphics::composer::V2_1; variable
49 using V2_1::Error;
65 using HWConfigId = V2_1::Config;
66 using HWDisplayId = V2_1::Display;
67 using HWError = V2_1::Error;
68 using HWLayerId = V2_1::Layer;
239 namespace V2_1 {
DHidlComposerHal.h49 namespace V2_1 = hardware::graphics::composer::V2_1; variable
61 using V2_1::Config;
62 using V2_1::Display;
63 using V2_1::Error;
64 using V2_1::Layer;
369 sp<V2_1::IComposer> mComposer;
371 sp<V2_1::IComposerClient> mClient;
DComposerHal.h61 namespace V2_1 = hardware::graphics::composer::V2_1; variable
74 using V2_1::Config;
75 using V2_1::Display;
76 using V2_1::Error;
77 using V2_1::Layer;
/frameworks/base/services/core/jni/gnss/
DGnssMeasurementCallback.h82 class GnssMeasurementCallbackHidl : public hardware::gnss::V2_1::IGnssMeasurementCallback {
86 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssData& data) override;
189 hardware::gnss::V2_1::IGnssMeasurementCallback::GnssMeasurement>(
190 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssMeasurement& measurement_V2_1,
204 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssClock& clock, JavaObject& object);
212 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssData& data, JavaObject& object);
DGnssAntennaInfoCallback.h51 : public android::hardware::gnss::V2_1::IGnssAntennaInfoCallback {
56 android::hardware::gnss::V2_1::IGnssAntennaInfoCallback::GnssAntennaInfo>&
114 const android::hardware::gnss::V2_1::IGnssAntennaInfoCallback::GnssAntennaInfo& in getCarrierFrequencyMHz()
DGnssAntennaInfo.h55 const sp<android::hardware::gnss::V2_1::IGnssAntennaInfo>& iGnssAntennaInfo);
60 const sp<android::hardware::gnss::V2_1::IGnssAntennaInfo> mIGnssAntennaInfo_V2_1;
DGnssCallback.h85 struct GnssCallbackHidl : public hardware::gnss::V2_1::IGnssCallback {
125 const hardware::hidl_vec<hardware::gnss::V2_1::IGnssCallback::GnssSvInfo>& svInfoList) in gnssSvStatusCb_2_1()
128 hardware::hidl_vec<hardware::gnss::V2_1::IGnssCallback::GnssSvInfo>, in gnssSvStatusCb_2_1()
176 const hardware::hidl_vec<hardware::gnss::V2_1::IGnssCallback::GnssSvInfo>& svInfoList, in getGnssSvInfoOfIndex()
DGnssMeasurement.h105 const sp<android::hardware::gnss::V2_1::IGnssMeasurement>& iGnssMeasurement);
111 const sp<android::hardware::gnss::V2_1::IGnssMeasurement> mIGnssMeasurement_V2_1;
DGnssMeasurementCallback.cpp609 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssData& data) { in gnssMeasurementCb_2_1()
695 hardware::gnss::V2_1::IGnssMeasurementCallback::GnssMeasurement>( in translateSingleGnssMeasurement()
696 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssMeasurement& measurement_V2_1, in translateSingleGnssMeasurement()
700 setMeasurementFields_V2_1<hardware::gnss::V2_1::IGnssMeasurementCallback::GnssMeasurement, in translateSingleGnssMeasurement()
714 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssClock& clock, in translateGnssClock()
716 setClockFields_V2_1<hardware::gnss::V2_1::IGnssMeasurementCallback::GnssClock, in translateGnssClock()
732 const hardware::gnss::V2_1::IGnssMeasurementCallback::GnssData& data, JavaObject& object) { in translateGnssClock()
/frameworks/base/location/java/android/location/
DGnssMeasurement.java19 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_AUTOMATI…
20 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_CARRIER_…
21 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_CARRIER_…
22 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_CARRIER_…
23 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_CARRIER_…
24 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_FULL_ISB;
25 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_FULL_ISB…
26 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_SATELLIT…
27 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_SATELLIT…
28 import static android.hardware.gnss.V2_1.IGnssMeasurementCallback.GnssMeasurementFlags.HAS_SNR;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h37 using android::hardware::graphics::composer::V2_1::Config;
38 using android::hardware::graphics::composer::V2_1::Display;
39 using android::hardware::graphics::composer::V2_1::Error;
40 using android::hardware::graphics::composer::V2_1::IComposer;
41 using android::hardware::graphics::composer::V2_1::Layer;
49 using Display = android::hardware::graphics::composer::V2_1::Display;
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_PowerHintTest.cpp43 return hardware::graphics::composer::V2_1::Error::NONE; in TEST_F()
64 return hardware::graphics::composer::V2_1::Error::NONE; in TEST_F()
/frameworks/native/libs/ui/include/ui/
DGralloc2.h67 hardware::graphics::mapper::V2_1::IMapper::BufferDescriptorInfo* descriptorInfo) const;
70 sp<hardware::graphics::mapper::V2_1::IMapper> mMapperV2_1;
/frameworks/av/services/camera/libcameraservice/hidl/
DAidlCameraServiceListener.cpp30 typedef frameworks::cameraservice::service::V2_1::ICameraServiceListener HCameraServiceListener2_1;
61 V2_1::PhysicalCameraStatusAndId cameraStatusAndId; in onPhysicalCameraStatusChanged()
DHidlCameraDeviceUser.h40 namespace V2_1 {
54 using HCameraDeviceUser = device::V2_1::ICameraDeviceUser;
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DTestHal.java22 import android.hardware.biometrics.fingerprint.V2_1.FingerprintError;
23 import android.hardware.biometrics.fingerprint.V2_1.IBiometricsFingerprintClientCallback;
/frameworks/hardware/interfaces/cameraservice/vts/functional/
DVtsHalCameraServiceV2_0TargetTest.cpp72 using android::frameworks::cameraservice::service::V2_1::PhysicalCameraStatusAndId;
110 : public android::frameworks::cameraservice::service::V2_1::ICameraServiceListener {
147 const hidl_vec<android::frameworks::cameraservice::service::V2_1::CameraStatusAndId>& in initializeStatuses()
295 android::frameworks::cameraservice::service::V2_1::ICameraService::castFrom(cs); in SetUp()
379 sp<android::frameworks::cameraservice::service::V2_1::ICameraService> cs2_1 = nullptr;
554 android::frameworks::cameraservice::device::V2_1::ICameraDeviceUser::castFrom( in TEST_P()
556 sp<android::frameworks::cameraservice::device::V2_1::ICameraDeviceUser> deviceRemote2_1; in TEST_P()
585 hidl_vec<android::frameworks::cameraservice::service::V2_1::CameraStatusAndId> in TEST_P()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DAidlSession.java21 import android.hardware.biometrics.fingerprint.V2_1.IBiometricsFingerprint;

123