Searched refs:dial (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/radio/1.4/ |
D | IRadio.hal | 110 * Android uses this request to make its emergency call instead of using @1.0::IRadio.dial 135 * intent for this dial request is emergency call, and the modem must treat this as an actual 136 * emergency dial; if the 'hasKnownUserIntentEmergency' field is false, Android does not know 148 * @param dialInfo the same @1.0::Dial information used by @1.0::IRadio.dial.
|
D | types.hal | 101 * The emergency number. The character in the number string should only be the dial pad
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_voice.cpp | 41 TEST_P(RadioHidlTest, dial) { in TEST_P() argument 49 radio->dial(serial, dialInfo); in TEST_P()
|
/hardware/interfaces/radio/1.6/ |
D | IRadio.hal | 55 * 3) Timeout after 30 seconds if dial or emergencyDial is not called. 404 * Android uses this request to make its emergency call instead of using @1.0::IRadio.dial 431 * intent for this dial request is emergency call, and the modem must treat this as an actual 432 * emergency dial; if the 'hasKnownUserIntentEmergency' field is false, Android does not know 444 * @param dialInfo the same @1.0::Dial information used by @1.0::IRadio.dial.
|
/hardware/interfaces/radio/1.2/default/ |
D | Radio.h | 67 Return<void> dial(int32_t serial,
|
/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() function in RadioImpl 893 RIL_Dial dial = {}; in dial() local 895 int32_t sizeOfDial = sizeof(dial); in dial() 897 if (!copyHidlStringToRil(&dial.address, dialInfo.address, pRI)) { in dial() 900 dial.clir = (int) dialInfo.clir; in dial() 911 memsetAndFreeStrings(1, dial.address); in dial() 917 dial.uusInfo = &uusInfo; in dial() 920 CALL_ONREQUEST(RIL_REQUEST_DIAL, &dial, sizeOfDial, pRI, mSlotId); in dial() 922 memsetAndFreeStrings(2, dial.address, uusInfo.uusData); in dial()
|
/hardware/interfaces/radio/1.5/ |
D | IRadio.hal | 241 * 3) Timeout after 30 seconds if dial or emergencyDial is not called.
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 160 oneway dial(int32_t serial, Dial dialInfo);
|