Searched refs:GLOBAL (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidGlobal.cpp | 25 if (i.type != GLOBAL) { in append() 97 if (i.type != GLOBAL) { in append()
|
D | HidDefs.h | 33 GLOBAL, enumerator
|
D | HidParser.cpp | 43 case GLOBAL: in parse()
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 54 * these kind of properties must have VehicleArea:GLOBAL flag. 85 GLOBAL = 0x01000000, 153 | VehicleArea:GLOBAL), 165 | VehicleArea:GLOBAL), 177 | VehicleArea:GLOBAL), 190 | VehicleArea:GLOBAL), 203 | VehicleArea:GLOBAL), 216 | VehicleArea:GLOBAL), 230 | VehicleArea:GLOBAL), 243 | VehicleArea:GLOBAL), [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleUtils.h | 56 return getPropArea(prop) == VehicleArea::GLOBAL; in isGlobalProp()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalTestUtils.h | 33 0xbeef | VehiclePropertyGroup::VENDOR | VehiclePropertyType::MIXED | VehicleArea::GLOBAL;
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VmsUtils.cpp | 52 result->areaId = toInt(VehicleArea::GLOBAL); in createBaseVmsMessage()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 70 (int)(0x104 | VehiclePropertyGroup::VENDOR | VehiclePropertyType::STRING | VehicleArea::GLOBAL); 85 0x0666 | VehiclePropertyGroup::VENDOR | VehicleArea::GLOBAL | VehiclePropertyType::MIXED;
|