Home
last modified time | relevance | path

Searched refs:dial (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/radio/1.4/
DIRadio.hal110 * 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.
Dtypes.hal101 * The emergency number. The character in the number string should only be the dial pad
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_voice.cpp41 TEST_P(RadioHidlTest, dial) { in TEST_P() argument
49 radio->dial(serial, dialInfo); in TEST_P()
/hardware/interfaces/radio/1.6/
DIRadio.hal55 * 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/
DRadio.h67 Return<void> dial(int32_t serial,
/hardware/ril/libril/
Dril_service.cpp146 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/
DIRadio.hal241 * 3) Timeout after 30 seconds if dial or emergencyDial is not called.
/hardware/interfaces/radio/1.0/
DIRadio.hal160 oneway dial(int32_t serial, Dial dialInfo);