Home
last modified time | relevance | path

Searched refs:onSystemStatusChanged (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/occupant_awareness/aidl/default/
DOccupantAwareness.cpp37 mCallback->onSystemStatusChanged(kAllCapabilities, in startDetection()
50 mCallback->onSystemStatusChanged(kAllCapabilities, in stopDetection()
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DIOccupantAwarenessClientCallback.aidl21 …oneway void onSystemStatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_a… in onSystemStatusChanged() method
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DIOccupantAwarenessClientCallback.aidl21 …oneway void onSystemStatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_a… in onSystemStatusChanged() method
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DIOccupantAwarenessClientCallback.aidl30 oneway void onSystemStatusChanged(in int detectionFlags, in OccupantAwarenessStatus status); in onSystemStatusChanged() method
/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DOccupantAwareness.cpp45 mCallback->onSystemStatusChanged(kAllCapabilities, mStatus); in startDetection()
61 mCallback->onSystemStatusChanged(kAllCapabilities, mStatus); in stopDetection()
/hardware/interfaces/automotive/occupant_awareness/aidl/vts/functional/
DVtsHalOccupantAwarenessV1_0TargetTest.cpp48 Status onSystemStatusChanged(int detectionFlags, OccupantAwarenessStatus status) override { in onSystemStatusChanged() function in OccupantAwarenessCallback