Home
last modified time | relevance | path

Searched defs:onSystemStatusChanged (Results 1 – 5 of 5) 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 DIOccupantAwarenessClientCallback.aidl21 …oneway void onSystemStatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_a… in onSystemStatusChanged() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl21 …oneway void onSystemStatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_a… in onSystemStatusChanged() method
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
H A DIOccupantAwarenessClientCallback.aidl30 oneway void onSystemStatusChanged(in int detectionFlags, in OccupantAwarenessStatus status); in onSystemStatusChanged() method
/aosp12/packages/services/Car/service/src/com/android/car/
H A DOccupantAwarenessService.java383 public void onSystemStatusChanged(int inputDetectionFlags, byte inputStatus) { in onSystemStatusChanged() method in OccupantAwarenessService.ChangeListenerToHalService
/aosp12/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
H A DVtsHalOccupantAwarenessV1_0TargetTest.cpp48 Status onSystemStatusChanged(int detectionFlags, OccupantAwarenessStatus status) override { in onSystemStatusChanged() function in OccupantAwarenessCallback