Home
last modified time | relevance | path

Searched refs:productName (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/1/android/hardware/automotive/ivn/
DHardwareIdentifiers.aidl39 @nullable String productName;
/hardware/interfaces/automotive/ivn_android_device/aidl/android/hardware/automotive/ivn/
DHardwareIdentifiers.aidl46 @nullable String productName;
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/current/android/hardware/automotive/ivn/
DHardwareIdentifiers.aidl39 @nullable String productName;
/hardware/interfaces/broadcastradio/1.1/default/
DBroadcastRadio.h38 std::string productName; member
DBroadcastRadio.cpp106 prop10.product = mConfig.productName; in getProperties_1_1()
/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp122 EXPECT_EQ(endpointInfo.hardwareId.productName, "MyProduct"); in TEST_F()
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp114 hardwareId.productName = ep["ProductName"].asString(); in init()