Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/agl_services_build/toolchain/
Dagl_toolchain.cmake64 STRING(REPLACE ";" " " CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
65 STRING(REPLACE ";" " " CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp287 case VehiclePropertyType::STRING: in populateProtoVehicleConfig()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h199 STRING = 1048576 /* 0x00100000 */, enumerator
7383 …::VehiclePropertyType::STRING) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V…
7387 flipped |= ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType::STRING;
7460 if (o == ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyType::STRING) { in toString()