Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 17 of 17) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.cpp56 void VsockCameraServer::start(unsigned int port, unsigned int cid) { in start()
79 void VsockCameraServer::serverLoop(unsigned int port, unsigned int cid) { in serverLoop()
Dvsock_camera_provider_2_7.cpp44 auto cid = property_get_int32(camera_cid_property, -1); in VsockCameraProvider() local
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.cpp44 unsigned int cid) { in ConnectAsync()
194 bool VsockClientConnection::Connect(unsigned int port, unsigned int cid) { in Connect()
213 bool VsockServerConnection::Connect(unsigned int port, unsigned int cid) { in Connect()
/device/google/cuttlefish/host/commands/modem_simulator/
Ddata_service.cpp153 int cid = cmd.GetNextInt(); in HandlePDPContext() local
228 int cid = cmd.GetNextInt(); in HandleEnterDataState() local
279 int cid = cmd.GetNextInt(); in HandleReadDynamicParam() local
Ddata_service.h52 int cid; member
/device/google/trout/hal/common/android/vsock/
Dvsockinfo.h28 unsigned cid = 0; member
Dvsockinfo.cpp50 const auto cid = getNumberFromProperties(cid_props); in fromRoPropertyStore() local
/device/google/cuttlefish/shared/minidroid/sample/servicediscovery/
Dminidroid_sd.cpp36 ndk::SpAIBinder bi::sd::getService(int cid, int port) { in getService()
/device/google/trout/hal/vehicle/2.0/
DUtils.cpp86 std::optional<unsigned int> cid; in fromCommandLine() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp25 CameraStreamer::CameraStreamer(unsigned int port, unsigned int cid) in CameraStreamer()
Dstreamer.cpp302 CameraController* Streamer::AddCamera(unsigned int port, unsigned int cid) { in AddCamera()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h477 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 …]
Dril_service.cpp1619 int32_t cid, bool reasonRadioShutDown) { in deactivateDataCall()
3631 Return<void> RadioImpl_1_6::deactivateDataCall_1_2(int32_t serial, int32_t cid, in deactivateDataCall_1_2()
/device/generic/goldfish/radio/include/telephony/
Dril.h441 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/common/libs/fs/
Dshared_fd.cpp632 SharedFD SharedFD::VsockServer(unsigned int port, int type, unsigned int cid) { in VsockServer()
661 SharedFD SharedFD::VsockClient(unsigned int cid, unsigned int port, int type) { in VsockClient()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c411 int cid; member
824 static void requestOrSendDataCallList(int cid, RIL_Token *t) in requestOrSendDataCallList()
2756 static void putPDP(int cid) {
2769 int cid = -1; local
2914 int cid = p_cid ? atoi(p_cid) : -1; local
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto4159 optional int32 cid = 1; field