Home
last modified time | relevance | path

Searched refs:stopDetection (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwareness.aidl57 OccupantAwarenessStatus stopDetection(); in stopDetection() method
/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/frameworks/base/core/java/android/service/voice/
H A DIHotwordDetectionService.aidl66 void stopDetection(); in stopDetection() method
H A DHotwordDetectionService.java206 public void stopDetection() {
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/
H A DOccupantAwareness.h44 ndk::ScopedAStatus stopDetection(OccupantAwarenessStatus* status) override;
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.h49 ndk::ScopedAStatus stopDetection(OccupantAwarenessStatus* status) override;
H A DOccupantAwareness.cpp52 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/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp82 EXPECT_OK(mOccupantAwarenessService->stopDetection(&occupantAwarenessStatus)); in TEST_P()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessService.java210 hal.stopDetection(); in stopDetectionGraph()
/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
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordDetectionConnection.java391 mRemoteHotwordDetectionService.run(IHotwordDetectionService::stopDetection); in stopListeningLocked()