Searched refs:VehicleHwKeyInputAction (Results 1 – 4 of 4) sorted by relevance
/device/generic/car/emulator/usbpt/protocan/protocanbus/ |
D | ExtraCanClient.cpp | 28 using ::aidl::android::hardware::automotive::vehicle::VehicleHwKeyInputAction; 64 toInt(keyDown ? VehicleHwKeyInputAction::ACTION_DOWN in appendKeyInput() 65 : VehicleHwKeyInputAction::ACTION_UP), in appendKeyInput()
|
/device/google/trout/hal/vehicle/2.0/ |
D | DefaultVehicleHalServer.cpp | 188 *createHwInputKeyProp(VehicleHwKeyInputAction::ACTION_DOWN, keyCode, display), in handleGenerateFakeDataRequest() 191 *createHwInputKeyProp(VehicleHwKeyInputAction::ACTION_UP, keyCode, display), in handleGenerateFakeDataRequest() 216 VehicleHwKeyInputAction action, int32_t keyCode, int32_t targetDisplay) { in createHwInputKeyProp()
|
D | DefaultVehicleHalServer.h | 63 VehiclePropValuePtr createHwInputKeyProp(VehicleHwKeyInputAction action, int32_t keyCode,
|
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/ |
D | types.h | 126 enum class VehicleHwKeyInputAction : int32_t; 3148 enum class VehicleHwKeyInputAction : int32_t { enum 5854 …ne std::string toString(::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction o); 5855 static inline void PrintTo(::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction … 5856 …motive::vehicle::V2_0::VehicleHwKeyInputAction lhs, const ::android::hardware::automotive::vehicle… 5859 …t int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction rhs) { 5862 … operator|(const ::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction lhs, cons… 5865 …motive::vehicle::V2_0::VehicleHwKeyInputAction lhs, const ::android::hardware::automotive::vehicle… 5868 …t int32_t lhs, const ::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction rhs) { 5871 … operator&(const ::android::hardware::automotive::vehicle::V2_0::VehicleHwKeyInputAction lhs, cons… [all …]
|