/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 39 /** simple voice trigger */ 41 /** trigger only if one user in model identified */ 43 /** trigger only if one user in mode authenticated */ 45 /** generic sound trigger */
|
D | ISoundTriggerHwCallback.hal | 54 * Duration in ms of audio captured before the start of the trigger. 57 /** The opaque data is the capture of the trigger sound */ 60 * Audio format of either the trigger in event data or to use for
|
D | ISoundTriggerHw.hal | 26 * Sound trigger implementation descriptor read by the framework via 55 /** Returns the trigger capture in event */ 109 * Configuration for sound trigger capture session passed to
|
/hardware/interfaces/tests/msgq/1.0/ |
D | ITestMsgQ.hal | 92 * This method requests the service to trigger a blocking read. 100 * This method requests the service to trigger a blocking read using 109 * This method requests the service to repeatedly trigger blocking reads. 112 * @param numIter Number of blocking reads to trigger.
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 32 * must trigger at least one hotplug notification, even if it only occurs 51 * Notifies the client to trigger a screen refresh. This forces all layer 56 * not necessarily before it returns. It is safe to trigger this callback
|
/hardware/interfaces/wifi/1.0/ |
D | IWifi.hal | 57 * Must trigger |IWifiEventCallback.onStart| on success. 74 * Must trigger |IWifiEventCallback.onStop| on success. 75 * Must trigger |IWifiEventCallback.onFailure| on failure.
|
D | IWifiChip.hal | 226 * mode must trigger an ERROR_NOT_SUPPORTED failure. 232 * Must trigger |IWifiChipEventCallback.onChipReconfigured| on success. 233 * Must trigger |IWifiEventCallback.onFailure| on failure. 564 * |startLoggingToDebugRingBuffer| to trigger log collection for a specific 596 * API to trigger the debug data collection.
|
D | types.hal | 660 * NAN Match indication type: control how often to trigger |IWifiNanIfaceEventCallback.eventMatch| 665 MATCH_ONCE = 0, // Only trigger |IWifiNanIfaceEventCallback.eventMatch| once 667 MATCH_NEVER, // Never trigger |IWifiNanIfaceEventCallback.eventMatch| 928 CONTINUOUS_INDICATION_MASK = 1 << 0, // trigger event on every RTT measurement 929 INGRESS_MET_MASK = 1 << 1, // trigger event only when ingress conditions met 930 EGRESS_MET_MASK = 1 << 2 // trigger event only when egress conditions met 1004 * Specifies how often to trigger |IWifiNanIfaceEventCallback.eventMatch| when continuously 1163 * in the publisher in order to trigger service discovery, i.e. a
|
/hardware/interfaces/vibrator/1.1/ |
D | IVibrator.hal | 27 * @param event The type of haptic event to trigger.
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 388 * activation or the last trigger of the sensor. 392 * trigger. 397 * trigger when 402 * trigger a tilt event. 404 * must not trigger a tilt event, even though the angle of the average 480 * trigger-mode: special 529 * trigger-mode: continuous 547 * trigger mode: one shot 561 * trigger mode: one shot 569 * to a nearby room may trigger motion wherewas keeping the device on a [all …]
|
/hardware/interfaces/vibrator/1.0/ |
D | IVibrator.hal | 61 * @param event The type of haptic event to trigger.
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera.c | 2299 uint32_t trigger, void *in_value) in mm_camera_channel_advanced_capture() argument 2313 (void *)&trigger, in mm_camera_channel_advanced_capture() 2319 (void *)&trigger, in mm_camera_channel_advanced_capture() 2325 (void *)&trigger, in mm_camera_channel_advanced_capture() 2331 (void *)&trigger, in mm_camera_channel_advanced_capture()
|
D | mm_camera_interface.c | 2860 int8_t trigger, void *in_value) in mm_camera_intf_process_advanced_capture() argument 2879 (uint32_t)trigger, in_value); in mm_camera_intf_process_advanced_capture() 2893 aux_chid, type, (uint32_t)trigger, in_value, my_obj); in mm_camera_intf_process_advanced_capture()
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 212 * openCameraDevice() must not trigger AVAILABLE_OFF before NOT_AVAILABLE 222 * successfully must trigger AVAILABLE_OFF or AVAILABLE_ON callback for the 223 * given camera device. Additionally it must trigger AVAILABLE_OFF callbacks
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 106 * This call does not trigger actual scan, but operates on the list cached
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetwork.hal | 953 * This must trigger a connection to the network if: 958 * @param noConnect Only enable the network, dont trigger a connect. 970 * This must trigger a disconnection from the network, if currently
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssGeofenceCallback.hal | 76 * and then we get an accurate GNSS location fix, it needs to trigger the
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 887 uint32_t trigger, void *in_value);
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 930 * case, setting AUDIO_VOLUME_EXT_SYNC property may trigger event in AUDIO_VOLUME property. 1026 * Note that setting this property alone must not trigger any change. 1218 * event with new mode to trigger actual mode change. 2550 * value is set from external component. Normal value change must not trigger
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 2973 uint8_t trigger; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 8384 &aecTrigger->trigger, 1); in translateCbUrgentMetadataToResultMetadata() 8388 aecTrigger->trigger); in translateCbUrgentMetadataToResultMetadata() 8413 af_trigger->trigger); in translateCbUrgentMetadataToResultMetadata() 8443 &mAfTrigger.trigger, 1); in translateCbUrgentMetadataToResultMetadata() 12603 aecTrigger.trigger = CAM_AEC_TRIGGER_IDLE; in translateFwkMetadataToHalMetadata() 12607 aecTrigger.trigger = in translateFwkMetadataToHalMetadata() 12616 aecTrigger.trigger, aecTrigger.trigger_id); in translateFwkMetadataToHalMetadata() 12623 af_trigger.trigger = in translateFwkMetadataToHalMetadata() 12631 af_trigger.trigger, af_trigger.trigger_id); in translateFwkMetadataToHalMetadata()
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 177 * For use with AudioRecord::start(), this indicates no trigger session.
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 2024 int8 trigger; member 4801 uint8 trigger; member
|