Searched refs:dialInfo (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_voice.cpp | 45 Dial dialInfo; in TEST_P() local 46 memset(&dialInfo, 0, sizeof(dialInfo)); in TEST_P() 47 dialInfo.address = hidl_string("123456789"); in TEST_P() 49 radio->dial(serial, dialInfo); in TEST_P()
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_api.cpp | 47 ::android::hardware::radio::V1_0::Dial dialInfo; in TEST_P() 48 dialInfo.address = hidl_string("911"); in TEST_P() 56 radio_v1_4->emergencyDial(serial, dialInfo, categories, urns, routing, true, true); in TEST_P() 103 ::android::hardware::radio::V1_0::Dial dialInfo; in TEST_P() 104 dialInfo.address = hidl_string("911"); in TEST_P() 112 radio_v1_4->emergencyDial(serial, dialInfo, categories, urns, routing, true, true); in TEST_P() 159 ::android::hardware::radio::V1_0::Dial dialInfo; in TEST_P() 160 dialInfo.address = hidl_string("911"); in TEST_P() 168 radio_v1_4->emergencyDial(serial, dialInfo, categories, urns, routing, true, true); in TEST_P()
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_api.cpp | 658 ::android::hardware::radio::V1_0::Dial dialInfo; in TEST_P() 659 dialInfo.address = hidl_string("911"); in TEST_P() 667 radio_v1_6->emergencyDial_1_6(serial, dialInfo, categories, urns, routing, true, true); in TEST_P() 716 ::android::hardware::radio::V1_0::Dial dialInfo; in TEST_P() 717 dialInfo.address = hidl_string("911"); in TEST_P() 725 radio_v1_6->emergencyDial_1_6(serial, dialInfo, categories, urns, routing, true, true); in TEST_P() 773 ::android::hardware::radio::V1_0::Dial dialInfo; in TEST_P() 774 dialInfo.address = hidl_string("911"); in TEST_P() 782 radio_v1_6->emergencyDial_1_6(serial, dialInfo, categories, urns, routing, true, true); in TEST_P()
|
/hardware/interfaces/radio/1.4/ |
D | IRadio.hal | 111 * if the 'address' in the 'dialInfo' field is identified as an emergency number by Android. 133 * In the scenarios that the 'address' in the 'dialInfo' field has other functions besides the 148 * @param dialInfo the same @1.0::Dial information used by @1.0::IRadio.dial. 159 oneway emergencyDial(int32_t serial, Dial dialInfo,
|
/hardware/interfaces/radio/1.6/ |
D | IRadio.hal | 405 * if the 'address' in the 'dialInfo' field is identified as an emergency number by Android. 429 * In the scenarios that the 'address' in the 'dialInfo' field has other functions besides the 444 * @param dialInfo the same @1.0::Dial information used by @1.0::IRadio.dial. 455 oneway emergencyDial_1_6(int32_t serial, Dial dialInfo,
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 68 const ::android::hardware::radio::V1_0::Dial& dialInfo) override;
|
/hardware/ril/libril/ |
D | ril_service.cpp | 146 Return<void> dial(int32_t serial, const Dial& dialInfo); 885 Return<void> RadioImpl::dial(int32_t serial, const Dial& dialInfo) { in dial() argument 897 if (!copyHidlStringToRil(&dial.address, dialInfo.address, pRI)) { in dial() 900 dial.clir = (int) dialInfo.clir; in dial() 902 if (dialInfo.uusInfo.size() != 0) { in dial() 903 uusInfo.uusType = (RIL_UUS_Type) dialInfo.uusInfo[0].uusType; in dial() 904 uusInfo.uusDcs = (RIL_UUS_DCS) dialInfo.uusInfo[0].uusDcs; in dial() 906 if (dialInfo.uusInfo[0].uusData.size() == 0) { in dial() 910 if (!copyHidlStringToRil(&uusInfo.uusData, dialInfo.uusInfo[0].uusData, pRI)) { in dial() 914 uusInfo.uusLength = dialInfo.uusInfo[0].uusData.size(); in dial()
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 155 * @param dialInfo Dial struct 160 oneway dial(int32_t serial, Dial dialInfo);
|