Home
last modified time | relevance | path

Searched refs:requestPipe (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/hals/radio/
DRadioVoice.cpp36 (const AtChannel::RequestPipe requestPipe) -> bool { in acceptCall() argument
37 requestPipe(atCmds::acceptCall); in acceptCall()
48 (const AtChannel::RequestPipe requestPipe) -> bool { in cancelPendingUssd() argument
49 requestPipe(atCmds::cancelUssd); in cancelPendingUssd()
60 (const AtChannel::RequestPipe requestPipe) -> bool { in conference() argument
61 requestPipe(atCmds::conference); in conference()
74 (const AtChannel::RequestPipe requestPipe) -> bool { in dial() argument
99 mAtConversation(requestPipe, request, in dial()
128 (const AtChannel::RequestPipe requestPipe) -> bool { in emergencyDial() argument
169 mAtConversation(requestPipe, request, in emergencyDial()
[all …]
DRadioModem.cpp57 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getImei() argument
61 mAtConversation(requestPipe, atCmds::getIMEI, in getImei()
91 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getHardwareConfig() argument
99 getSupportedRadioTechs(requestPipe, mAtConversation); in getHardwareConfig()
169 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getRadioCapability() argument
174 getSupportedRadioTechs(requestPipe, mAtConversation); in getRadioCapability()
193 (const AtChannel::RequestPipe requestPipe) -> bool { in requestShutdown() argument
194 if (setRadioPowerImpl(requestPipe, false)) { in requestShutdown()
227 (const AtChannel::RequestPipe requestPipe) -> bool { in setRadioPower() argument
228 if (setRadioPowerImpl(requestPipe, powerOn)) { in setRadioPower()
[all …]
DRadioMessaging.cpp62 (const AtChannel::RequestPipe requestPipe) -> bool { in acknowledgeLastIncomingGsmSms() argument
66 mAtConversation(requestPipe, std::format("AT+CNMA={0:d}", (success ? 1 : 2)), in acknowledgeLastIncomingGsmSms()
94 (const AtChannel::RequestPipe requestPipe) -> bool { in deleteSmsOnSim() argument
100 mAtConversation(requestPipe, std::format("AT+CMGD={0:d}", index), in deleteSmsOnSim()
131 (const AtChannel::RequestPipe requestPipe) -> bool { in getGsmBroadcastConfig() argument
139 mAtConversation(requestPipe, atCmds::getBroadcastConfig, in getGsmBroadcastConfig()
173 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getSmscAddress() argument
179 mAtConversation(requestPipe, atCmds::getSmscAddress, in getSmscAddress()
235 RadioMessaging::sendSmsImpl(const AtChannel::RequestPipe requestPipe, in sendSmsImpl() argument
246 mAtConversation(requestPipe, request, in sendSmsImpl()
[all …]
DRadioSim.cpp159 const AtChannel::RequestPipe requestPipe, in getRemainingRetries() argument
164 atConversation(requestPipe, std::format("AT+CPINR=\"{0:s}\"", pinType), in getRemainingRetries()
181 const AtChannel::RequestPipe requestPipe, in enterOrChangeSimPinPuk() argument
198 atConversation(requestPipe, request, in enterOrChangeSimPinPuk()
211 getRemainingRetries(pinType, requestPipe, atConversation); in enterOrChangeSimPinPuk()
257 std::optional<std::vector<uint8_t>> getSelectResponse(const AtChannel::RequestPipe requestPipe, in getSelectResponse() argument
266 atConversation(requestPipe, request, in getSelectResponse()
328 (const AtChannel::RequestPipe requestPipe) -> bool { in changeIccPin2ForApp() argument
331 requestPipe, mAtConversation); in changeIccPin2ForApp()
346 (const AtChannel::RequestPipe requestPipe) -> bool { in changeIccPinForApp() argument
[all …]
DRadioNetwork.cpp235 const AtChannel::RequestPipe requestPipe) { in getCellIdentityImpl() argument
245 atConversation(requestPipe, atCmds::getOperator, in getCellIdentityImpl()
269 atConversation(requestPipe, atCmds::getCurrentPreferredRadioTechs, in getCellIdentityImpl()
424 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getAllowedNetworkTypesBitmap() argument
431 mAtConversation(requestPipe, atCmds::getCurrentPreferredRadioTechs, in getAllowedNetworkTypesBitmap()
476 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getBarringInfo() argument
486 getCellIdentityImpl(areaCode, cellId, nullptr, mAtConversation, requestPipe); in getBarringInfo()
535 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getCdmaRoamingPreference() argument
543 mAtConversation(requestPipe, atCmds::getCdmaRoamingPreference, in getCdmaRoamingPreference()
564 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getCellInfoList() argument
[all …]
DAtChannel.cpp234 const RequestPipe requestPipe, in operator ()() argument
247 if (!requestPipe(request)) { in operator ()()
266 const RequestPipe requestPipe, in operator ()() argument
270 return (*this)(requestPipe, request, filter, 3s); in operator ()()
DRadioConfig.cpp70 mAtChannel->queueRequester([this, serial](const AtChannel::RequestPipe requestPipe) -> bool { in getSimSlotsStatus() argument
79 mAtConversation(requestPipe, atCmds::getSimCardStatus, in getSimSlotsStatus()
130 mAtConversation(requestPipe, atCmds::getICCID, in getSimSlotsStatus()
DRadioModem.h70 const AtChannel::RequestPipe requestPipe,
73 bool setRadioPowerImpl(const AtChannel::RequestPipe requestPipe,
DRadioData.cpp246 (const AtChannel::RequestPipe requestPipe) -> bool { in setupDataCall() argument
265 mAtConversation(requestPipe, request, in setupDataCall()
294 mAtConversation(requestPipe, request, in setupDataCall()