Home
last modified time | relevance | path

Searched refs:occupant_awareness (Results 1 – 25 of 45) sorted by relevance

12

/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/current/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection()
22 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus stopDetection(); in stopDetection()
23 int getCapabilityForRole(in android.hardware.automotive.occupant_awareness.Role occupantRole); in getCapabilityForRole()
24 …droid.hardware.automotive.occupant_awareness.OccupantAwarenessStatus getState(in android.hardware.… in getState()
25 …void setCallback(in android.hardware.automotive.occupant_awareness.IOccupantAwarenessClientCallbac… in setCallback()
26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection()
DOccupantDetection.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.Role role;
22 android.hardware.automotive.occupant_awareness.PresenceDetection[] presenceData;
23 android.hardware.automotive.occupant_awareness.GazeDetection[] gazeData;
24 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection[] attentionData;
DGazeDetection.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.ConfidenceLevel gazeConfidence;
25 android.hardware.automotive.occupant_awareness.VehicleRegion gazeTarget;
DIOccupantAwarenessClientCallback.aidl18 package android.hardware.automotive.occupant_awareness;
21 …tatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_awareness.OccupantAwar… in onSystemStatusChanged()
22 …oneway void onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections … in onDetectionEvent()
DOccupantDetections.aidl18 package android.hardware.automotive.occupant_awareness;
22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
DDriverMonitoringDetection.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.ConfidenceLevel confidenceScore;
/hardware/interfaces/automotive/occupant_awareness/aidl/aidl_api/android.hardware.automotive.occupant_awareness/1/android/hardware/automotive/occupant_awareness/
DIOccupantAwareness.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus startDetection(); in startDetection()
22 android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus stopDetection(); in stopDetection()
23 int getCapabilityForRole(in android.hardware.automotive.occupant_awareness.Role occupantRole); in getCapabilityForRole()
24 …droid.hardware.automotive.occupant_awareness.OccupantAwarenessStatus getState(in android.hardware.… in getState()
25 …void setCallback(in android.hardware.automotive.occupant_awareness.IOccupantAwarenessClientCallbac… in setCallback()
26 …void getLatestDetection(out android.hardware.automotive.occupant_awareness.OccupantDetections dete… in getLatestDetection()
DOccupantDetection.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.Role role;
22 android.hardware.automotive.occupant_awareness.PresenceDetection[] presenceData;
23 android.hardware.automotive.occupant_awareness.GazeDetection[] gazeData;
24 android.hardware.automotive.occupant_awareness.DriverMonitoringDetection[] attentionData;
DGazeDetection.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.ConfidenceLevel gazeConfidence;
25 android.hardware.automotive.occupant_awareness.VehicleRegion gazeTarget;
DIOccupantAwarenessClientCallback.aidl18 package android.hardware.automotive.occupant_awareness;
21 …tatusChanged(in int detectionFlags, in android.hardware.automotive.occupant_awareness.OccupantAwar… in onSystemStatusChanged()
22 …oneway void onDetectionEvent(in android.hardware.automotive.occupant_awareness.OccupantDetections … in onDetectionEvent()
DOccupantDetections.aidl18 package android.hardware.automotive.occupant_awareness;
22 android.hardware.automotive.occupant_awareness.OccupantDetection[] detections;
DDriverMonitoringDetection.aidl18 package android.hardware.automotive.occupant_awareness;
21 android.hardware.automotive.occupant_awareness.ConfidenceLevel confidenceScore;
/hardware/interfaces/automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/
DOccupantDetection.aidl17 package android.hardware.automotive.occupant_awareness;
19 import android.hardware.automotive.occupant_awareness.Role;
20 import android.hardware.automotive.occupant_awareness.PresenceDetection;
21 import android.hardware.automotive.occupant_awareness.GazeDetection;
22 import android.hardware.automotive.occupant_awareness.DriverMonitoringDetection;
DIOccupantAwareness.aidl17 package android.hardware.automotive.occupant_awareness;
19 import android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus;
20 import android.hardware.automotive.occupant_awareness.Role;
21 import android.hardware.automotive.occupant_awareness.IOccupantAwarenessClientCallback;
22 import android.hardware.automotive.occupant_awareness.OccupantDetections;
DGazeDetection.aidl17 package android.hardware.automotive.occupant_awareness;
19 import android.hardware.automotive.occupant_awareness.VehicleRegion;
20 import android.hardware.automotive.occupant_awareness.ConfidenceLevel;
DIOccupantAwarenessClientCallback.aidl17 package android.hardware.automotive.occupant_awareness;
19 import android.hardware.automotive.occupant_awareness.OccupantAwarenessStatus;
20 import android.hardware.automotive.occupant_awareness.OccupantDetections;
DOccupantDetections.aidl17 package android.hardware.automotive.occupant_awareness;
19 import android.hardware.automotive.occupant_awareness.OccupantDetection;
DDriverMonitoringDetection.aidl17 package android.hardware.automotive.occupant_awareness;
19 import android.hardware.automotive.occupant_awareness.ConfidenceLevel;
/hardware/interfaces/automotive/occupant_awareness/aidl/default/
DOccupantAwareness.h25 namespace occupant_awareness {
29 using ::aidl::android::hardware::automotive::occupant_awareness::BnOccupantAwareness;
30 using ::aidl::android::hardware::automotive::occupant_awareness::IOccupantAwarenessClientCallback;
31 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantAwarenessStatus;
32 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetections;
33 using ::aidl::android::hardware::automotive::occupant_awareness::Role;
DAndroid.bp18 name: "android.hardware.automotive.occupant_awareness@1.0-service",
19 init_rc: ["android.hardware.automotive.occupant_awareness@1.0-service.rc"],
30 "android.hardware.automotive.occupant_awareness-ndk_platform",
Dservice.cpp27 using ::aidl::android::hardware::automotive::occupant_awareness::IOccupantAwareness;
28 using ::android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness;
/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DDetectionGenerator.cpp24 namespace occupant_awareness { namespace
28 using ::aidl::android::hardware::automotive::occupant_awareness::ConfidenceLevel;
29 using ::aidl::android::hardware::automotive::occupant_awareness::DriverMonitoringDetection;
30 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetection;
31 using ::aidl::android::hardware::automotive::occupant_awareness::PresenceDetection;
DDetectionGenerator.h24 namespace occupant_awareness {
28 using ::aidl::android::hardware::automotive::occupant_awareness::BnOccupantAwareness;
29 using ::aidl::android::hardware::automotive::occupant_awareness::OccupantDetections;
30 using ::aidl::android::hardware::automotive::occupant_awareness::Role;
Dservice.cpp27 using ::aidl::android::hardware::automotive::occupant_awareness::IOccupantAwareness;
28 using ::android::hardware::automotive::occupant_awareness::V1_0::implementation::OccupantAwareness;
/hardware/interfaces/automotive/occupant_awareness/aidl/
DAndroid.bp2 name: "android.hardware.automotive.occupant_awareness",
5 "android/hardware/automotive/occupant_awareness/*.aidl",

12