Loading automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/IOccupantAwareness.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ interface IOccupantAwareness { /* * System is able to detect the presence of humans. */ const int CAP_PRESENSE_DETECTION = 1 << 0; const int CAP_PRESENCE_DETECTION = 1 << 0; /* * System is able to detect the gaze of humans. */ Loading automotive/occupant_awareness/aidl/default/OccupantAwareness.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace implementation { using ndk::ScopedAStatus; static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENSE_DETECTION | static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENCE_DETECTION | OccupantAwareness::CAP_GAZE_DETECTION | OccupantAwareness::CAP_DRIVER_MONITORING_DETECTION; Loading Loading
automotive/occupant_awareness/aidl/android/hardware/automotive/occupant_awareness/IOccupantAwareness.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ interface IOccupantAwareness { /* * System is able to detect the presence of humans. */ const int CAP_PRESENSE_DETECTION = 1 << 0; const int CAP_PRESENCE_DETECTION = 1 << 0; /* * System is able to detect the gaze of humans. */ Loading
automotive/occupant_awareness/aidl/default/OccupantAwareness.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace implementation { using ndk::ScopedAStatus; static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENSE_DETECTION | static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENCE_DETECTION | OccupantAwareness::CAP_GAZE_DETECTION | OccupantAwareness::CAP_DRIVER_MONITORING_DETECTION; Loading