/device/generic/goldfish/network/wifi_forwarder/ |
D | frame.cpp | 154 std::stringstream ss; in str() local 155 ss << "[ Ck: " << cookie() << " Ch: " << channel() << " ] "; in str() 159 ss << "Management ("; in str() 162 ss << "Association Request"; in str() 165 ss << "Association Response"; in str() 168 ss << "Reassociation Request"; in str() 171 ss << "Reassociation Response"; in str() 174 ss << "Probe Request"; in str() 177 ss << "Probe Response"; in str() 180 ss << "Timing Advertisement"; in str() [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | Support.cpp | 38 std::stringstream ss; in hexdump() local 43 ss << "0x" << std::hex << std::setw(8) << std::setfill('0') << offset << ": "; in hexdump() 47 ss << std::setw(2) << static_cast<int>(data[offset + col]) << " "; in hexdump() 49 ss << " "; in hexdump() 53 ss << " "; in hexdump() 57 ss << " "; in hexdump() 61 ss << static_cast<char>(data[offset + col]); in hexdump() 63 ss << "."; in hexdump() 67 ss << std::endl; in hexdump() 71 return ss.str(); in hexdump()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | network_service.cpp | 286 std::stringstream ss; in HandleRadioPowerReq() local 287 ss << "+CFUN: " << radio_state_; in HandleRadioPowerReq() 290 responses.push_back(ss.str()); in HandleRadioPowerReq() 371 std::stringstream ss; in HandleSignalStrength() local 459 std::stringstream ss; in HandleQueryNetworkSelectionMode() local 462 ss << "+COPS: 0,0,0"; in HandleQueryNetworkSelectionMode() 471 ss << "+COPS: " << oper_selection_mode_ << ",2," << iter->numeric; in HandleQueryNetworkSelectionMode() 473 ss << "+COPS: " << oper_selection_mode_ << ",0,0"; in HandleQueryNetworkSelectionMode() 476 responses.push_back(ss.str()); in HandleQueryNetworkSelectionMode() 500 std::vector<std::stringstream> ss; in HandleRequestOperator() local [all …]
|
D | sup_service.cpp | 114 std::stringstream ss; in HandleCLIR() local 119 ss << "+CLIR:" << clir_status_.type << "," << clir_status_.status; in HandleCLIR() 120 responses.push_back(ss.str()); in HandleCLIR() 196 std::stringstream ss; in HandleCallForward() local 213 ss.clear(); in HandleCallForward() 214 ss << "+CCFCU: " << iter->status << "," << classx << "," << number_type in HandleCallForward() 217 ss << ",,," << iter->timeSeconds; in HandleCallForward() 219 responses.push_back(ss.str()); in HandleCallForward() 220 ss.str(""); in HandleCallForward() 230 ss << "+CCFCU: " << call_forward_infos_[reason].status in HandleCallForward() [all …]
|
D | data_service.cpp | 109 std::stringstream ss; in HandleQueryDataCallList() local 112 ss.clear(); in HandleQueryDataCallList() 113 ss << "+CGACT: " << iter->cid << "," << iter->state; in HandleQueryDataCallList() 114 responses.push_back(ss.str()); in HandleQueryDataCallList() 115 ss.str(""); in HandleQueryDataCallList() 192 std::stringstream ss; in HandleQueryPDPContextList() local 194 std::stringstream ss; in HandleQueryPDPContextList() local 195 ss << "+CGDCONT: " << it->cid << "," << it->conn_types << "," in HandleQueryPDPContextList() 197 responses.push_back(ss.str()); in HandleQueryPDPContextList() 290 std::stringstream ss; in HandleReadDynamicParam() local [all …]
|
D | sms_service.cpp | 202 std::stringstream ss; in HandleBroadcastConfig() local 203 ss << "+CSCB: " << broadcast_config_.mode << "," in HandleBroadcastConfig() 206 responses.push_back(ss.str()); in HandleBroadcastConfig() 233 std::stringstream ss; in HandleGetSmscAddress() local 234 ss << "+CSCA: " << sms_service_center_address_.sca << "," in HandleGetSmscAddress() 236 responses.push_back(ss.str()); in HandleGetSmscAddress() 293 std::stringstream ss; in HandleSendSMSPDU() local 294 ss << port; in HandleSendSMSPDU() 295 auto remote_host_port = ss.str(); in HandleSendSMSPDU() 314 std::stringstream ss; in HandleSendSMSPDU() local [all …]
|
D | sim_service.cpp | 358 std::stringstream ss; in InitializeSimFileSystemAndSimState() local 359 ss << "iccprofile_for_sim" << service_id_ << ".xml"; in InitializeSimFileSystemAndSimState() 360 auto icc_profile_name = ss.str(); in InitializeSimFileSystemAndSimState() 368 ss.clear(); in InitializeSimFileSystemAndSimState() 369 ss.str(""); in InitializeSimFileSystemAndSimState() 370 ss << "etc/modem_simulator/files/iccprofile_for_sim" << service_id_ << ".xml"; in InitializeSimFileSystemAndSimState() 373 cuttlefish::modem::DeviceConfig::DefaultHostArtifactsPath(ss.str()); in InitializeSimFileSystemAndSimState() 543 std::stringstream ss; in SavePinStateToIccProfile() local 544 ss << pin1_status_.pin_remaining_times_; in SavePinStateToIccProfile() 549 "PINREMAINTIMES", ss.str().c_str()); in SavePinStateToIccProfile() [all …]
|
D | call_service.cpp | 183 std::stringstream ss; in HandleDial() local 184 ss << port; in HandleDial() 185 auto remote_port = ss.str(); in HandleDial() 201 ss.clear(); in HandleDial() 202 ss.str(""); in HandleDial() 203 ss << "AT+REMOTECALL=4,0,0,\"" << local_host_port << "\",129"; in HandleDial() 206 SendCommandToRemote(remote_client, ss.str()); in HandleDial() 245 std::stringstream ss; in SendCallStatusToRemote() local 246 ss << "AT+REMOTECALL=" << state << "," in SendCallStatusToRemote() 252 SendCommandToRemote(*(call.remote_client), ss.str()); in SendCallStatusToRemote() [all …]
|
D | command_parser.cpp | 73 std::stringstream ss; in GetNextStrDeciToHex() local 74 ss << std::hex << std::uppercase << value; in GetNextStrDeciToHex() 75 return ss.str(); in GetNextStrDeciToHex()
|
/device/google/taimen/ |
D | thermal-engine.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss 97 algo_type ss 107 algo_type ss 128 algo_type ss
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | strUtils.h | 27 std::stringstream ss; in toString() local 28 ss << t; in toString() 29 return ss.str(); in toString()
|
/device/google/cuttlefish/common/libs/device_config/ |
D | device_config.cpp | 56 std::ostringstream ss; in generate_address_and_prefix() local 57 ss << ril_ipaddr() << "/" << ril_prefixlen(); in generate_address_and_prefix() 58 ril_address_and_prefix_ = ss.str(); in generate_address_and_prefix()
|
/device/google/muskie/ |
D | thermal-engine.conf | 4 algo_type ss 14 algo_type ss 24 algo_type ss 45 algo_type ss
|
/device/google/crosshatch/ |
D | thermal-engine-crosshatch-novr-prod.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-crosshatch-novr-evt.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-blueline-novr-evt.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-blueline-novr-prod.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
/device/google/coral/ |
D | thermal-engine-flame-retail_mode.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-coral-retail_mode.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-coral-normal_mode.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
D | thermal-engine-flame-normal_mode.conf | 2 algo_type ss 12 algo_type ss 22 algo_type ss 43 algo_type ss
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | qdcm-ss.te | 1 type qdcm-ss, domain; 4 init_daemon_domain(qdcm-ss)
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 39 std::stringstream ss; in next_tombstone_path() local 40 ss << FLAGS_tombstone_dir << "/tombstone_" << in next_tombstone_path() 42 auto retval = ss.str(); in next_tombstone_path()
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | AndroidSubAllocator.cpp | 125 std::stringstream ss; in rangeCheck() local 126 ss << "SubAllocator " << task << ": "; in rangeCheck() 127 ss << "Out of range: " << std::hex << addr << " "; in rangeCheck() 128 ss << "Range: " << in rangeCheck() 131 std::string msg = ss.str(); in rangeCheck()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_buf.cc | 67 std::stringstream ss; in ReadAll() local 71 ss << std::string(buff, read); in ReadAll() 77 *buf = ss.str(); in ReadAll()
|