Home
last modified time | relevance | path

Searched defs:stopDetection (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl22 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus stopDetection(); in stopDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl22 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus stopDetection(); in stopDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl57 OccupantAwarenessStatus stopDetection(); in stopDetection() method
/aosp12/frameworks/base/core/java/android/service/voice/
H A DIHotwordDetectionService.aidl66 void stopDetection(); in stopDetection() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/
H A DOccupantAwareness.cpp45 ScopedAStatus OccupantAwareness::stopDetection(OccupantAwarenessStatus* status) { in stopDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
H A DOccupantAwareness.cpp52 ScopedAStatus OccupantAwareness::stopDetection(OccupantAwarenessStatus* status) { in stopDetection() function in android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/
H A DOccupantAwarenessSystemServiceTest.java88 public @OccupantAwarenessStatus byte stopDetection() { in stopDetection() method in OccupantAwarenessSystemServiceTest.MockOasHal