Home
last modified time | relevance | path

Searched refs:osAppId (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
Dstructs.cpp84 .osAppId = toAidl(descr.osAppId), in toAidl()
91 .osAppId = toHidl<V1_6::OptionalOsAppId>(descr.osAppId), in toHidl()
97 .osAppId = appId.osAppId, in toAidl()
103 .osAppId = appId.osAppId, in toHidl()
/hardware/interfaces/radio/aidl/vts/
Dradio_data_test.cpp156 OsAppId osAppId; in TEST_P() local
157 osAppId.osAppId = {static_cast<unsigned char>(-105), static_cast<unsigned char>(-92), in TEST_P()
171 trafficDescriptor.osAppId = osAppId; in TEST_P()
231 !radioRsp_data->setupDataCallResult.trafficDescriptors[0].osAppId.has_value()) { in TEST_P()
234 EXPECT_EQ(trafficDescriptor.osAppId.value().osAppId, in TEST_P()
235 radioRsp_data->setupDataCallResult.trafficDescriptors[0].osAppId.value().osAppId); in TEST_P()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DOsAppId.aidl38 byte[] osAppId;
DTrafficDescriptor.aidl39 @nullable android.hardware.radio.data.OsAppId osAppId;
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DOsAppId.aidl30 byte[] osAppId;
DTrafficDescriptor.aidl37 @nullable OsAppId osAppId;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DOsAppId.aidl38 byte[] osAppId;
DTrafficDescriptor.aidl39 @nullable android.hardware.radio.data.OsAppId osAppId;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DOsAppId.aidl37 byte[] osAppId;
DTrafficDescriptor.aidl38 @nullable android.hardware.radio.data.OsAppId osAppId;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DOsAppId.aidl37 byte[] osAppId;
DTrafficDescriptor.aidl38 @nullable android.hardware.radio.data.OsAppId osAppId;
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_api.cpp197 ::android::hardware::radio::V1_6::OsAppId osAppId; in TEST_P()
198 osAppId.osAppId = 1; in TEST_P()
199 trafficDescriptor.osAppId.value(osAppId); in TEST_P()
228 EXPECT_EQ(optionalTrafficDescriptor.value().osAppId.value().osAppId, in TEST_P()
229 radioRsp_v1_6->setupDataCallResult.trafficDescriptors[0].osAppId.value().osAppId); in TEST_P()
/hardware/interfaces/radio/1.6/
Dtypes.hal966 OptionalOsAppId osAppId;
978 vec<uint8_t> osAppId;