/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/ |
H A D | IOccupantAwareness.aidl | 57 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 D | IOccupantAwareness.aidl | 22 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 D | IOccupantAwareness.aidl | 22 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus stopDetection(); in stopDetection() method
|
/aosp12/frameworks/base/core/java/android/service/voice/ |
H A D | IHotwordDetectionService.aidl | 66 void stopDetection(); in stopDetection() method
|
H A D | HotwordDetectionService.java | 206 public void stopDetection() {
|
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/default/ |
H A D | OccupantAwareness.h | 44 ndk::ScopedAStatus stopDetection(OccupantAwarenessStatus* status) override;
|
H A D | OccupantAwareness.cpp | 45 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 D | OccupantAwareness.h | 49 ndk::ScopedAStatus stopDetection(OccupantAwarenessStatus* status) override;
|
H A D | OccupantAwareness.cpp | 52 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 D | VtsHalOccupantAwarenessV1_0TargetTest.cpp | 82 EXPECT_OK(mOccupantAwarenessService->stopDetection(&occupantAwarenessStatus)); in TEST_P()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | OccupantAwarenessService.java | 210 hal.stopDetection(); in stopDetectionGraph()
|
/aosp12/packages/services/Car/tests/OccupantAwareness/src/com/android/car/test/ |
H A D | OccupantAwarenessSystemServiceTest.java | 88 public @OccupantAwarenessStatus byte stopDetection() { in stopDetection() method in OccupantAwarenessSystemServiceTest.MockOasHal
|
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | HotwordDetectionConnection.java | 391 mRemoteHotwordDetectionService.run(IHotwordDetectionService::stopDetection); in stopListeningLocked()
|