Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 36) sorted by relevance

12

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dsap_service.cpp95 MsgHeader* SapImpl::createMsgHeader(MsgId msgId, int32_t token) { in createMsgHeader()
134 void SapImpl::sendFailedResponse(MsgId msgId, int32_t token, int numPointers, ...) { in sendFailedResponse()
194 Return<void> SapImpl::connectReq(int32_t token, int32_t maxMsgSize) { in connectReq()
235 Return<void> SapImpl::disconnectReq(int32_t token) { in disconnectReq()
276 Return<void> SapImpl::apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command) { in apduReq()
329 Return<void> SapImpl::transferAtrReq(int32_t token) { in transferAtrReq()
371 Return<void> SapImpl::powerReq(int32_t token, bool state) { in powerReq()
413 Return<void> SapImpl::resetSimReq(int32_t token) { in resetSimReq()
454 Return<void> SapImpl::transferCardReaderStatusReq(int32_t token) { in transferCardReaderStatusReq()
498 Return<void> SapImpl::setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol) { in setTransferProtocolReq()
DRefRadioIms.cpp46 int32_t serial, int32_t token, in startImsTraffic()
53 ScopedAStatus RefRadioIms::stopImsTraffic(int32_t serial, int32_t token) { in stopImsTraffic()
Dril_internal.h46 #define printRequest(token, req) \ argument
73 int32_t token; //this is not RIL_Token member
DrilSocketQueue.h137 int Ril_queue<T>::checkAndDequeue(MsgId id, int token) { in checkAndDequeue()
Dril_service.cpp10611 int indicationType, int token, RIL_Errno e, void *response, in radioStateChangedInd()
10628 int indicationType, int token, RIL_Errno e, void *response, in callStateChangedInd()
10645 int indicationType, int token, RIL_Errno e, void *response, in networkStateChangedInd()
10699 int token, RIL_Errno e, void *response, size_t responseLen) { in newSmsInd()
10729 int indicationType, int token, RIL_Errno e, void *response, in newSmsStatusReportInd()
10760 int token, RIL_Errno e, void *response, size_t responseLen) { in newSmsOnSimInd()
10781 int token, RIL_Errno e, void *response, size_t responseLen) { in onUssdInd()
10805 int indicationType, int token, RIL_Errno e, void *response, in nitzTimeReceivedInd()
10954 int radio_1_6::currentSignalStrengthInd(int slotId, int indicationType, int token, RIL_Errno e, in currentSignalStrengthInd()
11171 int indicationType, int token, RIL_Errno e, void *response, in dataCallListChangedInd()
[all …]
DRilSapSocket.h48 int token; member
/device/google/cuttlefish/host/commands/cvd/selector/
Dinstance_database_utils.cpp57 bool IsValidGroupName(const std::string& token) { in IsValidGroupName()
62 bool IsValidInstanceName(const std::string& token) { in IsValidInstanceName()
88 bool IsValidDeviceName(const std::string& token) { in IsValidDeviceName()
Darguments_separator.cpp159 auto token = std::move(tokens_queue.front().Token()); in ParseInternal() local
Darguments_lexer.h87 ArgToken(const ArgType arg_type, const std::string& token) in ArgToken()
Dstart_selector_parser.cpp75 static Result<unsigned> ParseNaturalNumber(const std::string& token) { in ParseNaturalNumber()
/device/generic/vulkan-cereal/protocols/generic-apigen/
DParser.cpp80 std::string& token = (*out)[n]; in parseTypeTokens() local
100 const std::string& token = tokens[n]; in buildTypeString() local
DEntryPoint.cpp207 std::string token = getNextToken(line, 0, &last, WHITESPACE); in setAttribute() local
/device/generic/opengl-transport/host/commands/emugen/
DParser.cpp80 std::string& token = (*out)[n]; in parseTypeTokens() local
100 const std::string& token = tokens[n]; in buildTypeString() local
DEntryPoint.cpp207 std::string token = getNextToken(line, 0, &last, WHITESPACE); in setAttribute() local
/device/google/cuttlefish/common/libs/confui/
Dpacket_types.cpp31 std::string token(vec.cbegin(), vec.cend()); in ToString() local
Dprotocol.cpp206 for (auto token : tokens) { in ToConfUiMessage() local
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_enforcement.cpp108 bool TpmKeymasterEnforcement::auth_token_timed_out(const hw_auth_token_t& token, in auth_token_timed_out()
265 keymaster::TimestampToken* token) { in GenerateTimestampToken()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_secure_clock.cpp39 TimeStampToken* token) { in generateTimeStamp()
/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java197 public void provisionSatelliteService(@NonNull String token, @NonNull byte[] provisionData, in provisionSatelliteService()
205 public void deprovisionSatelliteService(@NonNull String token, in deprovisionSatelliteService()
/device/google/cuttlefish/host/commands/cvd/unittests/server/
Dhelp_test.cpp30 for (const auto& token : tokens) { in ContainsAll() local
/device/google/cuttlefish/host/commands/cvd/
Dcommon_utils.cpp125 const std::string& token = tokens.at(idx); in EmulateAbsolutePathImpl() local
/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp81 std::string token; in TokenizeByNullChar() local
/device/google/cuttlefish/host/commands/cvd/server_command/
Dload_configs.cpp106 std::string token; in ConvertArgToJson() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dsms_service.cpp263 std::string token = "REM0"; in SendSmsToRemote() local
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c1692 char *listcopy=NULL, *token; in search_devices() local
1878 char *token, *configPos; in ReadParseParam() local

12