Home
last modified time | relevance | path

Searched refs:SOUND_TRIGGER_DEVICE_API_VERSION_1_1 (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dsound_trigger.h42 #define SOUND_TRIGGER_DEVICE_API_VERSION_1_1 HARDWARE_DEVICE_API_VERSION(1, 1) macro
/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp239 if (mHwDevice->common.version >= SOUND_TRIGGER_DEVICE_API_VERSION_1_1 && in stopAllRecognitions()
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c892 stdev->device.common.version = SOUND_TRIGGER_DEVICE_API_VERSION_1_1; in stdev_open()
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp262 if (mHwDevice->common.version >= SOUND_TRIGGER_DEVICE_API_VERSION_1_1 && in stopAllRecognitions()