/device/google/cuttlefish/host/commands/modem_simulator/ |
D | data_service.cpp | 113 ss << "+CGACT: " << iter->cid << "," << iter->state; in HandleQueryDataCallList() 153 int cid = cmd.GetNextInt(); in HandlePDPContext() local 162 PDPContext pdp_context = {cid, in HandlePDPContext() 173 if (pdp_context.cid == iter->cid) { in HandlePDPContext() 195 ss << "+CGDCONT: " << it->cid << "," << it->conn_types << "," in HandleQueryPDPContextList() 228 int cid = cmd.GetNextInt(); in HandleEnterDataState() local 233 if (cid == iter->cid && iter->state == PDPContext::ACTIVE) { in HandleEnterDataState() 279 int cid = cmd.GetNextInt(); in HandleReadDynamicParam() local 282 if (cid == iter->cid && iter->state == PDPContext::ACTIVE) { in HandleReadDynamicParam() 292 << iter->cid << ",5," in HandleReadDynamicParam() [all …]
|
/device/google/trout/hal/vehicle/2.0/ |
D | Utils.cpp | 51 ss << "vsock:" << vsock.cid << ":" << vsock.port; 86 std::optional<unsigned int> cid; in fromCommandLine() local 109 cid = parseUnsignedIntFromString(optarg, "cid"); in fromCommandLine() 126 if (!cid.has_value() && error) { in fromCommandLine() 139 if (cid && port && powerStateMarkerFilePath && powerStateSocketPath) { in fromCommandLine() 141 {*cid, *port}, *powerStateMarkerFilePath, *powerStateSocketPath}; in fromCommandLine()
|
D | android.hardware.automotive.vehicle@2.0-virtualization-grpc-server.rc | 6 -server_cid ${ro.vendor.vehiclehal.server.cid:-pleaseconfigurethis} \
|
/device/google/cuttlefish/common/libs/utils/ |
D | vsock_connection.cpp | 44 unsigned int cid) { in ConnectAsync() argument 46 [this, port, cid]() { return Connect(port, cid); }); in ConnectAsync() 194 bool VsockClientConnection::Connect(unsigned int port, unsigned int cid) { in Connect() argument 195 fd_ = SharedFD::VsockClient(cid, port, SOCK_STREAM); in Connect() 213 bool VsockServerConnection::Connect(unsigned int port, unsigned int cid) { in Connect() argument 215 server_fd_ = cuttlefish::SharedFD::VsockServer(port, SOCK_STREAM, cid); in Connect()
|
D | vsock_connection.h | 35 virtual bool Connect(unsigned int port, unsigned int cid) = 0; 37 std::future<bool> ConnectAsync(unsigned int port, unsigned int cid); 72 bool Connect(unsigned int port, unsigned int cid) override; 79 bool Connect(unsigned int port, unsigned int cid) override;
|
/device/google/cuttlefish/guest/hals/camera/ |
D | vsock_camera_server.cpp | 56 void VsockCameraServer::start(unsigned int port, unsigned int cid) { in start() argument 59 server_thread_ = std::thread([this, port, cid] { serverLoop(port, cid); }); in start() 79 void VsockCameraServer::serverLoop(unsigned int port, unsigned int cid) { in serverLoop() argument 82 if (connection_->Connect(port, cid)) { in serverLoop()
|
D | vsock_camera_server.h | 37 void start(unsigned int port, unsigned int cid); 46 void serverLoop(unsigned int port, unsigned int cid);
|
D | vsock_camera_provider_2_7.cpp | 44 auto cid = property_get_int32(camera_cid_property, -1); in VsockCameraProvider() local 46 server->start(port, cid); in VsockCameraProvider()
|
/device/google/trout/hal/common/android/vsock/ |
D | vsockinfo.cpp | 50 const auto cid = getNumberFromProperties(cid_props); in fromRoPropertyStore() local 53 if (cid && port) { in fromRoPropertyStore() 54 return {{*cid, *port}}; in fromRoPropertyStore() 63 ss << "vsock:" << cid << ":" << port; in str()
|
D | vsockinfo.h | 28 unsigned cid = 0; member
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 477 int cid; /* Context ID, uniquely identifies this call */ member 498 int cid; /* Context ID, uniquely identifies this call */ member 529 int cid; /* Context ID, uniquely identifies this call */ member 562 int cid; /* Context ID, uniquely identifies this call */ member 598 int cid; /* Context ID, uniquely identifies this call */ member 768 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member 1725 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1734 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1745 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1755 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member [all …]
|
D | ril_service.cpp | 310 int32_t cid, bool reasonRadioShutDown); 569 Return<void> deactivateDataCall_1_2(int32_t serial, int32_t cid, 1619 int32_t cid, bool reasonRadioShutDown) { in deactivateDataCall() argument 1624 2, (std::to_string(cid)).c_str(), reasonRadioShutDown ? "1" : "0"); in deactivateDataCall() 3378 kaReq.cid = keepalive.cid; // This is the context ID of the data call in startKeepalive() 3631 Return<void> RadioImpl_1_6::deactivateDataCall_1_2(int32_t serial, int32_t cid, in deactivateDataCall_1_2() argument 3655 2, (std::to_string(cid)).c_str(), reasonStr); in deactivateDataCall_1_2() 5644 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse() 5657 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse() 5694 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse() [all …]
|
/device/generic/goldfish/radio/include/telephony/ |
D | ril.h | 441 int cid; /* Context ID, uniquely identifies this call */ member 462 int cid; /* Context ID, uniquely identifies this call */ member 493 int cid; /* Context ID, uniquely identifies this call */ member 526 int cid; /* Context ID, uniquely identifies this call */ member 692 char * cid; /* Combination of LAC and Cell Id in 32 bits in GSM. member 1368 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1377 int cid; /* 16-bit GSM Cell Identity described in TS 27.007, 0..65535, INT_MAX if unknown */ member 1388 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1398 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member 1445 …int cid; /* 28-bit UMTS Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown … member [all …]
|
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/ |
D | minidroid_sd.cpp | 36 ndk::SpAIBinder bi::sd::getService(int cid, int port) { in getService() argument 38 ARpcSession_setupVsockClient(ARpcSession_new(), cid, port)); in getService()
|
/device/google/cuttlefish/shared/minidroid/sample/ |
D | client.rs | 9 fn get_service(cid: u32, port: u32) -> Result<Strong<dyn ITestService>, StatusCode> { in get_service() 10 RpcSession::new().setup_vsock_client(cid, port) in get_service()
|
/device/google/trout/ |
D | aosp_trout_arm64.mk | 42 ro.vendor.audiocontrol.server.cid=1000 \ 47 ro.vendor.tracing.server.cid=1000 \
|
D | aosp_trout_x86_64.mk | 25 ro.vendor.audiocontrol.server.cid=3 \
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 411 int cid; member 750 static void requestOrSendDataCallList(int cid, RIL_Token *t); 824 static void requestOrSendDataCallList(int cid, RIL_Token *t) in requestOrSendDataCallList() argument 855 responses[i].cid = -1; in requestOrSendDataCallList() 875 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList() 911 if (cid != ncid) in requestOrSendDataCallList() 997 if (cid == -1) { in requestOrSendDataCallList() 1013 snprintf(cmd, sizeof(cmd), "AT+CGCONTRDP=%d", cid); in requestOrSendDataCallList() 1030 if (cid != ncid) goto error; in requestOrSendDataCallList() 2749 ret = s_PDP[i].cid; [all …]
|
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/ |
D | syncproto.h | 155 XSyncCounter cid B32; 168 XSyncCounter cid B32; 181 XSyncCounter cid B32;
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | camera_streamer.cpp | 25 CameraStreamer::CameraStreamer(unsigned int port, unsigned int cid) in CameraStreamer() argument 26 : cid_(cid), port_(port), camera_session_active_(false) {} in CameraStreamer()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd.h | 158 unsigned int cid = VMADDR_CID_ANY); 160 static SharedFD VsockClient(unsigned int cid, unsigned int port, int type);
|
D | shared_fd.cpp | 632 SharedFD SharedFD::VsockServer(unsigned int port, int type, unsigned int cid) { in VsockServer() argument 640 addr.svm_cid = cid; in VsockServer() 661 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient() argument 669 addr.svm_cid = cid; in VsockClient()
|
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/include/ |
D | minidroid_sd.h | 25 ndk::SpAIBinder getService(int cid, int port);
|
/device/google/trout/hal/vehicle/aidl/ |
D | VirtualizedVehicleServer.cpp | 45 vsock->cid = VMADDR_CID_ANY; in main()
|
/device/google/trout/trout_x86_64/ |
D | BoardConfig.mk | 42 BOARD_KERNEL_CMDLINE += androidboot.vendor.vehiclehal.server.cid=1
|