Searched defs:fdobj (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_server_posix.cc | 449 grpc_fd* fdobj = grpc_fd_create(fd, name.c_str(), true); in on_read() local 906 grpc_fd* fdobj = grpc_fd_create(fd, name.c_str(), true); in Handle() local
|
D | tcp_client_posix.cc | 345 grpc_fd* fdobj = grpc_fd_create(fd, name.c_str(), true); in grpc_tcp_client_create_from_prepared_fd() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_server_posix.cc | 476 grpc_fd* fdobj = grpc_fd_create(fd, name.c_str(), true); in on_read() local 936 grpc_fd* fdobj = grpc_fd_create(fd, name.c_str(), true); in Handle() local
|
H A D | tcp_client_posix.cc | 349 grpc_fd* fdobj = grpc_fd_create(fd, name.c_str(), true); in grpc_tcp_client_create_from_prepared_fd() local
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | socketmodule.c.h | 22 PyObject *fdobj = NULL; in sock_initobj() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | fileio.c | 394 PyObject *fdobj; local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 179 PyObject* fdobj = PyTuple_GET_ITEM(py_fds_to_keep, i); in convert_fds_to_keep_to_c() local
|
D | socketmodule.c | 5184 PyObject *fdobj) 6022 socket_close(PyObject *self, PyObject *fdobj) 6051 socket_dup(PyObject *self, PyObject *fdobj)
|
D | signalmodule.c | 759 PyObject *fdobj; local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 859 posix_fildes(PyObject *fdobj, int (*func)(int)) in posix_fildes() 1842 posix_fchdir(PyObject *self, PyObject *fdobj) in posix_fchdir() 2038 posix_fsync(PyObject *self, PyObject *fdobj) in posix_fsync() 2056 posix_fdatasync(PyObject *self, PyObject *fdobj) in posix_fdatasync()
|
/aosp_15_r20/packages/apps/Nfc/nci/jni/ |
D | NativeNfcManager.cpp | 2016 static void nfcManager_doDump(JNIEnv* e, jobject obj, jobject fdobj) { in nfcManager_doDump()
|