Home
last modified time | relevance | path

Searched defs:client_handle (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libchrome/ipc/
H A Dipc_mojo_perftest.cc611 MojoHandle server_handle, client_handle; in TEST_P() local
625 MojoHandle server_handle, client_handle; in TEST_P() local
643 MojoHandle server_handle, client_handle; in TEST_P() local
659 MojoHandle server_handle, client_handle; in TEST_P() local
674 MojoHandle server_handle, client_handle; in TEST_P() local
689 MojoHandle server_handle, client_handle; in TEST_P() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_mojo_perftest.cc657 MojoHandle server_handle, client_handle; in TEST_P() local
671 MojoHandle server_handle, client_handle; in TEST_P() local
689 MojoHandle server_handle, client_handle; in TEST_P() local
705 MojoHandle server_handle, client_handle; in TEST_P() local
720 MojoHandle server_handle, client_handle; in TEST_P() local
736 MojoHandle server_handle, client_handle; in TEST_P() local
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915_production/include/
H A Di915_drm_prelim.h721 __u64 client_handle; member
737 __u64 client_handle; member
746 __u64 client_handle; member
753 __u64 client_handle; member
765 __u64 client_handle; member
791 __u64 client_handle; member
801 __u64 client_handle; member
813 __u64 client_handle; member
820 __u64 client_handle; member
829 __u64 client_handle; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Drfcomm_fuzzer.cc170 static int ClientInit(FuzzedDataProvider* fdp, uint16_t* client_handle) { in ClientInit()
187 auto client_handle = fdp->ConsumeIntegralInRange<uint16_t>(1, MAX_RFC_PORTS); in FuzzAsClient() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc251 uint16_t lcid, uint16_t acl_handle, uint16_t* client_handle, in StartClientPort()
537 uint16_t client_handle = 0; in TEST_F() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Dmessage_pipe_perftest.cc132 MojoHandle server_handle, client_handle; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/experimental/rpc/
H A Drpc_ops.py367 def _add_method(self, method_name, output_specs, input_specs, client_handle, argument
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dremoting.proto272 optional int32 client_handle = 1; field
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dnamed_pipes.rs446 let client_handle = OpenOptions::new() in create_client_pipe() localVariable