HomeSort by relevance Sort by last modified time
    Searched defs:client_handle (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 43 rpc_loc_client_handle_type client_handle; member in class:LocApiRpc
76 virtual int locEventCB(rpc_loc_client_handle_type client_handle,
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 43 rpc_loc_client_handle_type client_handle; member in class:LocApiRpc
76 virtual int locEventCB(rpc_loc_client_handle_type client_handle,
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 43 rpc_loc_client_handle_type client_handle; member in class:LocApiRpc
76 virtual int locEventCB(rpc_loc_client_handle_type client_handle,
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 43 rpc_loc_client_handle_type client_handle; member in class:LocApiRpc
76 virtual int locEventCB(rpc_loc_client_handle_type client_handle,
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 43 rpc_loc_client_handle_type client_handle; member in class:LocApiRpc
76 virtual int locEventCB(rpc_loc_client_handle_type client_handle,
  /external/libmojo/mojo/edk/embedder/
platform_channel_pair_posix_unittest.cc 69 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle(); local
74 write(client_handle.get().handle, kHello, sizeof(kHello)));
77 client_handle.reset();
110 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle(); local
119 WaitReadable(client_handle.get());
123 ssize_t result = PlatformChannelRecvmsg(client_handle.get(), buf,
139 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle(); local
172 WaitReadable(client_handle.get());
178 PlatformChannelRecvmsg(client_handle.get(), buf, sizeof(buf),
205 ScopedPlatformHandle client_handle = channel_pair.PassClientHandle() local
    [all...]
embedder_unittest.cc 593 ScopedPlatformHandle client_handle; local
600 base::Bind(&CreateClientHandleOnIoThread, named_handle, &client_handle),
603 EXPECT_FALSE(client_handle.is_valid());
  /external/libmojo/mojo/edk/system/
message_pipe_perftest.cc 139 MojoHandle server_handle, client_handle; local
140 CreateMessagePipe(&server_handle, &client_handle);
146 base::Bind(base::IgnoreResult(&RunPingPongClient), client_handle));
  /system/nfc/src/nfa/include/
nfa_p2p_api.h 91 tNFA_HANDLE client_handle; /* NFA_HANDLE_INVALID if failed */ member in struct:__anon3451
115 tNFA_HANDLE client_handle; member in struct:__anon3455
311 extern tNFA_STATUS NFA_P2pConnectByName(tNFA_HANDLE client_handle,
329 extern tNFA_STATUS NFA_P2pConnectBySap(tNFA_HANDLE client_handle, uint8_t dsap,
nfa_snep_api.h 82 tNFA_HANDLE client_handle; /* handle for registered client */ member in struct:__anon3504
130 /* client_handle if connection failed */
nfa_snep_int.h 87 tNFA_HANDLE client_handle; /* handle for client */ member in struct:__anon3521
nfa_p2p_int.h 111 tNFA_HANDLE client_handle; member in struct:__anon3470
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 268 uint16_t acl_handle, uint16_t* client_handle,
284 client_handle, management_callback),
286 ASSERT_EQ(PORT_SetEventMask(*client_handle, PORT_EV_RXCHAR), PORT_SUCCESS);
287 ASSERT_EQ(PORT_SetEventCallback(*client_handle, event_callback),
605 uint16_t client_handle = 0; local
608 port_event_cback_0, lcid, acl_handle, &client_handle, true));
610 ASSERT_NO_FATAL_FAILURE(ConnectClientPort(test_address, client_handle,
614 client_handle, false, test_scn, true, "\r!dlroW olleH", -1, acl_handle,
617 client_handle, false, test_scn, false, "Hello World!\r", -1, acl_handle,
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 351 uint32_t client_handle; member in struct:__anon2552
357 uint32_t client_handle; member in struct:__anon2553
370 uint32_t client_handle; /* client handle */ member in struct:__anon2556
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 367 uint32_t client_handle; member in struct:__anon49368
373 uint32_t client_handle; member in struct:__anon49369
386 uint32_t client_handle; /* client handle */ member in struct:__anon49372

Completed in 390 milliseconds