Searched refs:V2_3 (Results 1 – 11 of 11) sorted by relevance
102 … && mHalDriver instanceof android.hardware.soundtrigger.V2_3.ISoundTriggerHw) { in setUp()128 android.hardware.soundtrigger.V2_3.Properties halProperties = in setUp()136 if (mHalDriver instanceof android.hardware.soundtrigger.V2_3.ISoundTriggerHw) { in setUp()137 android.hardware.soundtrigger.V2_3.ISoundTriggerHw driver = in setUp()138 (android.hardware.soundtrigger.V2_3.ISoundTriggerHw) mHalDriver; in setUp()140 …((android.hardware.soundtrigger.V2_3.ISoundTriggerHw.getProperties_2_3Callback) invocation.getArgu… in setUp()174 if (mHalDriver instanceof android.hardware.soundtrigger.V2_3.ISoundTriggerHw) { in testGetProperties()175 android.hardware.soundtrigger.V2_3.ISoundTriggerHw driver = in testGetProperties()176 (android.hardware.soundtrigger.V2_3.ISoundTriggerHw) mHalDriver; in testGetProperties()432 final android.hardware.soundtrigger.V2_3.ISoundTriggerHw driver_2_3 = in startRecognition_2_3()[all …]
194 static android.hardware.soundtrigger.V2_3.Properties createDefaultProperties_2_3() { in createDefaultProperties_2_3()195 android.hardware.soundtrigger.V2_3.Properties properties = in createDefaultProperties_2_3()196 new android.hardware.soundtrigger.V2_3.Properties(); in createDefaultProperties_2_3()200 android.hardware.soundtrigger.V2_3.AudioCapabilities.ECHO_CANCELLATION in createDefaultProperties_2_3()201 | android.hardware.soundtrigger.V2_3.AudioCapabilities.NOISE_SUPPRESSION; in createDefaultProperties_2_3()311 android.hardware.soundtrigger.V2_3.RecognitionConfig config, int captureDevice, in validateRecognitionConfig_2_3()
35 android.hardware.biometrics.fingerprint.V2_3.IBiometricsFingerprint extension = in onFingerDown()36 android.hardware.biometrics.fingerprint.V2_3.IBiometricsFingerprint.castFrom( in onFingerDown()51 android.hardware.biometrics.fingerprint.V2_3.IBiometricsFingerprint extension = in onFingerUp()52 android.hardware.biometrics.fingerprint.V2_3.IBiometricsFingerprint.castFrom( in onFingerUp()
70 android.hardware.soundtrigger.V2_3.RecognitionConfig config) { in convertRecognitionConfig_2_3_to_2_1()75 android.hardware.soundtrigger.V2_3.RecognitionConfig config) { in convertRecognitionConfig_2_3_to_2_0()83 static android.hardware.soundtrigger.V2_3.Properties convertProperties_2_0_to_2_3( in convertProperties_2_0_to_2_3()85 android.hardware.soundtrigger.V2_3.Properties properties_2_3 = in convertProperties_2_0_to_2_3()86 new android.hardware.soundtrigger.V2_3.Properties(); in convertProperties_2_0_to_2_3()
69 private @Nullable android.hardware.soundtrigger.V2_3.ISoundTriggerHw mUnderlying_2_3;120 android.hardware.soundtrigger.V2_3.ISoundTriggerHw as2_3 = in initUnderlying()121 android.hardware.soundtrigger.V2_3.ISoundTriggerHw.asInterface(binder); in initUnderlying()188 AtomicReference<android.hardware.soundtrigger.V2_3.Properties> properties = in getPropertiesInternal()215 android.hardware.soundtrigger.V2_3.ISoundTriggerHw.SoundModel hidlModel = in loadSoundModel()311 android.hardware.soundtrigger.V2_3.RecognitionConfig hidlConfig = in startRecognition()372 AtomicReference<android.hardware.soundtrigger.V2_3.OptionalModelParameterRange> in queryParameter()389 … == android.hardware.soundtrigger.V2_3.OptionalModelParameterRange.hidl_discriminator.range) in queryParameter()486 android.hardware.soundtrigger.V2_3.RecognitionConfig config) { in startRecognition_2_1()504 android.hardware.soundtrigger.V2_3.RecognitionConfig config) in startRecognition_2_0()[all …]
23 import android.hardware.soundtrigger.V2_3.ISoundTriggerHw;80 @NonNull android.hardware.soundtrigger.V2_3.Properties hidlProperties) { in hidl2aidlProperties()219 static @NonNull android.hardware.soundtrigger.V2_3.RecognitionConfig aidl2hidlRecognitionConfig( in aidl2hidlRecognitionConfig()221 android.hardware.soundtrigger.V2_3.RecognitionConfig hidlConfig = in aidl2hidlRecognitionConfig()222 new android.hardware.soundtrigger.V2_3.RecognitionConfig(); in aidl2hidlRecognitionConfig()399 android.hardware.soundtrigger.V2_3.ModelParameterRange hidlRange) { in hidl2aidlModelParameterRange()412 return android.hardware.soundtrigger.V2_3.ModelParameter.THRESHOLD_FACTOR; in aidl2hidlModelParameter()415 return android.hardware.soundtrigger.V2_3.ModelParameter.INVALID; in aidl2hidlModelParameter()422 & android.hardware.soundtrigger.V2_3.AudioCapabilities.ECHO_CANCELLATION) != 0) { in hidl2aidlAudioCapabilities()426 & android.hardware.soundtrigger.V2_3.AudioCapabilities.NOISE_SUPPRESSION) != 0) { in hidl2aidlAudioCapabilities()
24 import android.hardware.biometrics.fingerprint.V2_3.IBiometricsFingerprint;
38 namespace V2_3 = android::hardware::graphics::composer::V2_3; variable
51 namespace V2_3 = hardware::graphics::composer::V2_3; variable373 sp<V2_3::IComposerClient> mClient_2_3;
63 namespace V2_3 = hardware::graphics::composer::V2_3; variable
234 } else if (sp<V2_3::IComposer> composer_2_3 = V2_3::IComposer::castFrom(mComposer)) { in HidlComposer()1148 auto enable = enabled ? V2_3::IComposerClient::DisplayedContentSampling::ENABLE in setDisplayContentSamplingEnabled()1149 : V2_3::IComposerClient::DisplayedContentSampling::DISABLE; in setDisplayContentSamplingEnabled()