Searched refs:handle (Results 176 - 200 of 2418) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.h35 void* handle(int index) const;
40 virtual int InitializeHandle(void* handle) const = 0;
41 virtual int ConfigureHandle(void* handle) const = 0;
42 virtual int DestroyHandle(void* handle) const = 0;
44 virtual int GetHandleError(void* handle) const = 0;
/external/libxml2/
H A Dxmlmodule.c24 void *handle; member in struct:_xmlModule
28 static int xmlModulePlatformClose(void *handle);
29 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result);
70 * Returns a handle for the module or NULL in case of error
85 module->handle = xmlModulePlatformOpen(name);
87 if (module->handle == NULL) {
125 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
141 * @module: the module handle
161 rc = xmlModulePlatformClose(module->handle);
177 * @module: the module handle
231 xmlModulePlatformClose(void *handle) argument
243 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
275 xmlModulePlatformClose(void *handle) argument
287 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
320 xmlModulePlatformClose(void *handle) argument
335 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
373 xmlModulePlatformClose(void *handle) argument
392 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
417 void *handle; local
435 xmlModulePlatformClose(void *handle) argument
447 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Ddrag_handle.css6 x-drag-handle {
12 x-drag-handle.horizontal-drag-handle {
25 x-drag-handle.vertical-drag-handle {
/external/chromium_org/third_party/webrtc/common_video/
H A Dtexture_video_frame_unittest.cc35 NativeHandleImpl handle; local
36 TextureVideoFrame frame(&handle, 640, 480, 100, 10);
41 EXPECT_EQ(&handle, frame.native_handle());
54 NativeHandleImpl handle; local
55 EXPECT_EQ(0, handle.ref_count());
56 TextureVideoFrame *frame = new TextureVideoFrame(&handle, 640, 480, 100, 200);
57 EXPECT_EQ(1, handle.ref_count());
59 EXPECT_EQ(0, handle.ref_count());
63 NativeHandleImpl handle; local
64 TextureVideoFrame frame1(&handle, 64
[all...]
/external/libpcap/
H A Dpcap-linux.c356 static void destroy_ring(pcap_t *handle);
357 static int create_ring(pcap_t *handle, int *status);
358 static int prepare_tpacket_socket(pcap_t *handle);
387 static int enter_rfmon_mode(pcap_t *handle, int sock_fd,
390 static int iface_get_offload(pcap_t *handle);
394 static int fix_program(pcap_t *handle, struct sock_fprog *fcode,
397 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
398 static int reset_kernel_filter(pcap_t *handle);
409 pcap_t *handle; local
411 handle
513 get_mac80211_phydev(pcap_t *handle, const char *device, char *phydev_path, size_t phydev_max_pathlen) argument
589 nl80211_init(pcap_t *handle, struct nl80211_state *state, const char *device) argument
639 add_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, const char *device, const char *mondevice) argument
735 del_mon_if(pcap_t *handle, int sock_fd, struct nl80211_state *state, const char *device, const char *mondevice) argument
789 enter_rfmon_mode_mac80211(pcap_t *handle, int sock_fd, const char *device) argument
916 pcap_can_set_rfmon_linux(pcap_t *handle) argument
1236 pcap_activate_linux(pcap_t *handle) argument
1398 pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
1408 pcap_set_datalink_linux(pcap_t *handle, int dlt) argument
1420 linux_check_direction(const pcap_t *handle, const struct sockaddr_ll *sll) argument
1456 pcap_read_packet(pcap_t *handle, pcap_handler callback, u_char *userdata) argument
1792 pcap_inject_linux(pcap_t *handle, const void *buf, size_t size) argument
1844 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
2361 pcap_setfilter_linux_common(pcap_t *handle, struct bpf_program *filter, int is_mmapped) argument
2526 pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter) argument
2537 pcap_setdirection_linux(pcap_t *handle, pcap_direction_t d) argument
2609 map_arphrd_to_dlt(pcap_t *handle, int arptype, int cooked_ok) argument
2995 activate_new(pcap_t *handle) argument
3354 activate_mmap(pcap_t *handle, int *status) argument
3452 init_tpacket(pcap_t *handle, int version, const char *version_str) argument
3507 prepare_tpacket_socket(pcap_t *handle) argument
3566 create_ring(pcap_t *handle, int *status) argument
3929 destroy_ring(pcap_t *handle) argument
3969 pcap_t *handle = sp->pd; local
4026 pcap_get_ring_frame(pcap_t *handle, int status) argument
4061 pcap_wait_for_frames_mmap(pcap_t *handle) argument
4171 pcap_handle_packet_mmap( pcap_t *handle, pcap_handler callback, u_char *user, unsigned char *frame, unsigned int tp_len, unsigned int tp_mac, unsigned int tp_snaplen, unsigned int tp_sec, unsigned int tp_usec, int tp_vlan_tci_valid, __u16 tp_vlan_tci) argument
4305 pcap_read_linux_mmap_v1(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
4379 pcap_read_linux_mmap_v2(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
4458 pcap_read_linux_mmap_v3(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
4561 pcap_setfilter_linux_mmap(pcap_t *handle, struct bpf_program *filter) argument
4777 enter_rfmon_mode_wext(pcap_t *handle, int sock_fd, const char *device) argument
5407 enter_rfmon_mode(pcap_t *handle, int sock_fd, const char *device) argument
5447 iface_ethtool_ioctl(pcap_t *handle, int cmd, const char *cmdname) argument
5476 iface_get_offload(pcap_t *handle) argument
5553 activate_old(pcap_t *handle) argument
5836 fix_program(pcap_t *handle, struct sock_fprog *fcode, int is_mmapped) argument
5974 set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode) argument
6076 reset_kernel_filter(pcap_t *handle) argument
[all...]
H A Dpcap-usb-linux.c215 int usb_mmap(pcap_t* handle) argument
217 struct pcap_usb_linux *handlep = handle->priv;
218 int len = ioctl(handle->fd, MON_IOCQ_RING_SIZE);
224 MAP_SHARED, handle->fd, 0);
341 usb_activate(pcap_t* handle) argument
343 struct pcap_usb_linux *handlep = handle->priv;
347 handle->bufsize = handle->snapshot;
348 handle->offset = 0;
349 handle
465 usb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
663 usb_inject_linux(pcap_t *handle, const void *buf, size_t size) argument
671 usb_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
755 usb_stats_linux_bin(pcap_t *handle, struct pcap_stat *stats) argument
779 usb_read_linux_bin(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
838 usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
922 usb_cleanup_linux_mmap(pcap_t* handle) argument
[all...]
/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_ci.c53 void bta_pan_ci_tx_ready(UINT16 handle) argument
59 p_buf->layer_specific = handle;
78 void bta_pan_ci_rx_ready(UINT16 handle) argument
84 p_buf->layer_specific = handle;
96 ** disable data flow when it is congested and cannot handle
105 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) argument
111 p_buf->hdr.layer_specific = handle;
130 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, argument
151 p_buf->layer_specific = handle;
173 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADD argument
201 bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16* p_protocol, BOOLEAN* p_ext, BOOLEAN* p_forward) argument
234 bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
253 bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument
261 bta_pan_ci_tx_ready(UINT16 handle) argument
266 bta_pan_ci_rx_ready(UINT16 handle) argument
271 bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) argument
277 bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
287 bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol, BOOLEAN* p_ext, BOOLEAN* p_forward) argument
299 bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument
307 bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlmodule.c24 void *handle; member in struct:_xmlModule
28 static int xmlModulePlatformClose(void *handle);
29 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result);
66 * Returns a handle for the module or NULL in case of error
81 module->handle = xmlModulePlatformOpen(name);
83 if (module->handle == NULL) {
117 rc = xmlModulePlatformSymbol(module->handle, name, symbol);
133 * @module: the module handle
153 rc = xmlModulePlatformClose(module->handle);
169 * @module: the module handle
223 xmlModulePlatformClose(void *handle) argument
235 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
267 xmlModulePlatformClose(void *handle) argument
279 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
312 xmlModulePlatformClose(void *handle) argument
327 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
358 xmlModulePlatformClose(void *handle) argument
377 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
402 void *handle; local
420 xmlModulePlatformClose(void *handle) argument
432 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) argument
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderLang.cpp40 static bool CheckVariableMaxLengths(const ShHandle handle, argument
44 ShGetInfo(handle, SH_ACTIVE_UNIFORM_MAX_LENGTH, &activeUniformLimit);
46 ShGetInfo(handle, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &activeAttribLimit);
48 ShGetInfo(handle, SH_VARYING_MAX_LENGTH, &varyingLimit);
54 bool CheckMappedNameMaxLength(const ShHandle handle, size_t expectedValue) argument
57 ShGetInfo(handle, SH_MAPPED_NAME_MAX_LENGTH, &mappedNameMaxLength);
136 const std::vector<VarT> *GetShaderVariables(const ShHandle handle, ShaderVariableType variableType) argument
138 if (!handle)
143 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
243 void ShDestruct(ShHandle handle) argument
254 ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outString) argument
278 ShCompile( const ShHandle handle, const char* const shaderStrings[], size_t numStrings, int compileOptions) argument
296 ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params) argument
369 ShGetInfoLog(const ShHandle handle, char* infoLog) argument
385 ShGetObjectCode(const ShHandle handle, char* objCode) argument
398 ShGetVariableInfo(const ShHandle handle, ShShaderInfo varType, int index, size_t* length, int* size, sh::GLenum* type, ShPrecisionType* precision, int* staticUse, char* name, char* mappedName) argument
450 ShGetNameHashingEntry(const ShHandle handle, int index, char* name, char* hashedName) argument
493 ShGetUniforms(const ShHandle handle) argument
498 ShGetVaryings(const ShHandle handle) argument
503 ShGetAttributes(const ShHandle handle) argument
508 ShGetOutputVariables(const ShHandle handle) argument
513 ShGetInterfaceBlocks(const ShHandle handle) argument
534 ShGetInterfaceBlockRegister(const ShHandle handle, const char *interfaceBlockName, unsigned int *indexOut) argument
559 ShGetUniformRegister(const ShHandle handle, const char *uniformName, unsigned int *indexOut) argument
[all...]
/external/libsepol/src/
H A Dboolean_record.c21 int sepol_bool_key_create(sepol_handle_t * handle, argument
29 ERR(handle, "out of memory, " "could not create boolean key");
49 int sepol_bool_key_extract(sepol_handle_t * handle,
54 if (sepol_bool_key_create(handle, boolean->name, key_ptr) < 0) {
55 ERR(handle, "could not extract key from boolean %s",
91 int sepol_bool_set_name(sepol_handle_t * handle,
97 ERR(handle, "out of memory, could not set boolean name");
125 int sepol_bool_create(sepol_handle_t * handle, sepol_bool_t ** bool_ptr)
131 ERR(handle, "out of memory, "
146 int sepol_bool_clone(sepol_handle_t * handle,
[all...]
H A Dcontext_record.c33 int sepol_context_set_user(sepol_handle_t * handle,
39 ERR(handle, "out of memory, could not set "
60 int sepol_context_set_role(sepol_handle_t * handle,
66 ERR(handle, "out of memory, could not set "
86 int sepol_context_set_type(sepol_handle_t * handle,
92 ERR(handle, "out of memory, could not set "
112 int sepol_context_set_mls(sepol_handle_t * handle,
118 ERR(handle, "out of memory, could not set "
130 int sepol_context_create(sepol_handle_t * handle, sepol_context_t ** con_ptr)
137 ERR(handle, "ou
[all...]
H A Dcontext.c11 #include "handle.h"
87 int context_to_string(sepol_handle_t * handle, argument
135 ERR(handle, "out of memory, could not convert " "context to string");
143 int context_from_record(sepol_handle_t * handle, argument
162 ERR(handle, "out of memory");
171 ERR(handle, "user %s is not defined", user);
180 ERR(handle, "role %s is not defined", role);
189 ERR(handle, "type %s is not defined", type);
196 ERR(handle, "MLS is disabled, but MLS context \"%s\" found",
200 ERR(handle, "ML
242 context_to_record(sepol_handle_t * handle, const policydb_t * policydb, const context_struct_t * context, sepol_context_t ** record) argument
291 context_from_string(sepol_handle_t * handle, const policydb_t * policydb, context_struct_t ** cptr, const char *con_str, size_t con_str_len) argument
328 sepol_context_check(sepol_handle_t * handle, const sepol_policydb_t * policydb, const sepol_context_t * context) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/loadso/win32/
H A DSDL_sysloadso.c36 void *handle = NULL; local
46 handle = (void *)LoadLibrary(sofile_t);
49 if ( handle == NULL ) {
65 handle = (void *)LoadLibrary(sofile);
68 if ( handle == NULL ) {
78 if ( handle == NULL ) {
81 return(handle);
84 void *SDL_LoadFunction(void *handle, const char *name) argument
98 symbol = (void *)GetProcAddress((HMODULE)handle, name_t);
115 symbol = (void *)GetProcAddress((HMODULE)handle, nam
132 SDL_UnloadObject(void *handle) argument
[all...]
/external/chromium_org/net/socket/
H A Dwebsocket_transport_client_socket_pool_unittest.cc118 ClientSocketHandle handle; local
119 int rv = handle.Init(
122 EXPECT_FALSE(handle.is_initialized());
123 EXPECT_FALSE(handle.socket());
126 EXPECT_TRUE(handle.is_initialized());
127 EXPECT_TRUE(handle.socket());
128 TestLoadTimingInfoConnectedNotReused(handle);
137 ClientSocketHandle handle; local
139 handle.Init("a",
152 ClientSocketHandle handle; local
171 ClientSocketHandle handle; local
262 ClientSocketHandle handle; local
274 ClientSocketHandle handle; local
303 ClientSocketHandle handle; local
377 RequestSocketCallback(ClientSocketHandle* handle, WebSocketTransportClientSocketPool* pool) argument
427 ClientSocketHandle handle; local
580 ClientSocketHandle handle; local
623 ClientSocketHandle handle; local
656 ClientSocketHandle handle; local
687 ClientSocketHandle handle; local
729 ClientSocketHandle handle; local
766 ClientSocketHandle handle; local
803 ClientSocketHandle handle; local
855 ClientSocketHandle handle; local
893 ClientSocketHandle handle; local
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_pan_co.c75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, argument
79 "handle:%d", app_id, local_role, peer_role, handle);
82 conn = btpan_new_conn(handle, peer_addr, local_role, peer_role);
86 "conn->handle:%d should = handle:%d, local_role:%d, remote_role:%d",
87 btpan_cb.tap_fd, btpan_cb.open_count, conn->handle, handle,
92 conn->handle = handle;
120 bta_pan_co_close(UINT16 handle, UINT8 app_id) argument
159 bta_pan_co_tx_path(UINT16 handle, UINT8 app_id) argument
217 bta_pan_co_rx_path(UINT16 handle, UINT8 app_id) argument
238 bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext, BOOLEAN forward) argument
268 bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext, BOOLEAN forward) argument
298 bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) argument
320 bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, UINT16 len, UINT8 *p_filters) argument
341 bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, UINT16 len, UINT8 *p_filters) argument
[all...]
/external/chromium_org/mojo/public/cpp/environment/lib/
H A Ddefault_async_waiter.cc19 // . when the handle is ready (or errored).
23 RunLoopHandlerImpl(const Handle& handle, argument
26 : handle_(handle),
36 virtual void OnHandleReady(const Handle& handle) MOJO_OVERRIDE {
40 virtual void OnHandleError(const Handle& handle,
47 // Delete this to unregister the handle. That way if the callback
63 MojoAsyncWaitID AsyncWait(MojoHandle handle, argument
71 // |run_loop_handler| is destroyed either when the handle is ready or if
74 new RunLoopHandlerImpl(Handle(handle), callback, closure);
75 run_loop->AddHandler(run_loop_handler, Handle(handle), signal
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davdtc_api.h61 typedef void tAVDTC_CTRL_CBACK(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDTC_CTRL *p_data);
124 AVDT_API extern void AVDTC_GetConfigReq(UINT8 handle);
135 AVDT_API extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg);
146 AVDT_API extern void AVDTC_OpenReq(UINT8 handle);
157 AVDT_API extern void AVDTC_OpenRsp(UINT8 handle, UINT8 label);
179 AVDT_API extern void AVDTC_CloseRsp(UINT8 handle, UINT8 label);
201 AVDT_API extern void AVDTC_AbortReq(UINT8 handle);
212 AVDT_API extern void AVDTC_AbortRsp(UINT8 handle, UINT8 label);
223 AVDT_API extern void AVDTC_Rej(UINT8 handle, BD_ADDR bd_addr, UINT8 cmd, UINT8 label,
/external/chromium_org/mojo/public/cpp/system/
H A Dbuffer.h11 #include "mojo/public/cpp/system/handle.h"
39 SharedBufferHandle handle; local
41 handle.mutable_value());
42 // Reset even on failure (reduces the chances that a "stale"/incorrect handle
44 shared_buffer->reset(handle);
58 BufferHandleType handle; local
60 buffer.value(), options, handle.mutable_value());
61 // Reset even on failure (reduces the chances that a "stale"/incorrect handle
63 new_buffer->reset(handle);
83 // handle
91 ScopedSharedBufferHandle handle; member in class:mojo::SharedBuffer
[all...]
/external/chromium_org/ui/surface/
H A Dtransport_dib_posix.cc40 TransportDIB* TransportDIB::Map(Handle handle) { argument
41 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle));
48 TransportDIB* TransportDIB::CreateWithHandle(Handle handle) { argument
49 return new TransportDIB(handle);
75 if (!is_valid_handle(handle()))
86 if ((fstat(shared_memory_.handle().fd, &st) != 0) ||
102 return handle();
108 TransportDIB::Handle TransportDIB::handle() const { function in class:TransportDIB
109 return shared_memory_.handle();
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c63 ** p_handle - OUT pointer to the handle.
205 ** Parameters: handle - Handle returned in the RFCOMM_CreateConnection
208 int RFCOMM_RemoveConnection (UINT16 handle) argument
212 RFCOMM_TRACE_API ("RFCOMM_RemoveConnection() handle:%d", handle);
214 /* Check if handle is valid to avoid crashing */
215 if ((handle == 0) || (handle > MAX_RFC_PORTS))
217 RFCOMM_TRACE_ERROR ("RFCOMM_RemoveConnection() BAD handle:%d", handle);
244 RFCOMM_RemoveServer(UINT16 handle) argument
461 PORT_CheckConnection(UINT16 handle, BD_ADDR bd_addr, UINT16 *p_lcid) argument
563 PORT_SetState(UINT16 handle, tPORT_STATE *p_settings) argument
612 PORT_GetRxQueueCnt(UINT16 handle, UINT16 *p_rx_queue_count) argument
656 PORT_GetState(UINT16 handle, tPORT_STATE *p_settings) argument
696 PORT_Control(UINT16 handle, UINT8 signal) argument
783 PORT_FlowControl(UINT16 handle, BOOLEAN enable) argument
862 PORT_FlowControl_MaxCredit(UINT16 handle, BOOLEAN enable) argument
942 PORT_GetModemStatus(UINT16 handle, UINT8 *p_signal) argument
982 PORT_ClearError(UINT16 handle, UINT16 *p_errors, tPORT_STATUS *p_status) argument
1021 PORT_SendError(UINT16 handle, UINT8 errors) argument
1060 PORT_GetQueueStatus(UINT16 handle, tPORT_STATUS *p_status) argument
1109 PORT_Purge(UINT16 handle, UINT8 purge_flags) argument
1187 PORT_ReadData(UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) argument
1293 PORT_Read(UINT16 handle, BT_HDR **pp_buf) argument
1415 PORT_Write(UINT16 handle, BT_HDR *p_buf) argument
1480 PORT_WriteDataCO(UINT16 handle, int* p_len) argument
1641 PORT_WriteData(UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) argument
1764 PORT_Test(UINT16 handle, UINT8 *p_data, UINT16 len) argument
[all...]
/external/chromium_org/base/threading/
H A Dplatform_thread_unittest.cc32 PlatformThreadHandle handle; local
35 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
36 PlatformThread::Join(handle);
42 PlatformThreadHandle handle[arraysize(thread)]; local
47 ASSERT_TRUE(PlatformThread::Create(0, &thread[n], &handle[n]));
49 PlatformThread::Join(handle[n]);
83 PlatformThreadHandle handle; local
86 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
87 PlatformThread::Join(handle);
99 PlatformThreadHandle handle[arraysiz local
[all...]
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.h20 // The created process handle is returned to the |callback| on success, 0 is
28 // Stops a child process based on the handle returned form
30 void StopChildProcess(base::ProcessHandle handle);
32 bool IsChildProcessOomProtected(base::ProcessHandle handle);
34 void SetChildProcessInForeground(base::ProcessHandle handle,
/external/chromium_org/content/child/mojo/
H A Dmojo_application.cc31 base::PlatformFile handle = file.fd; local
33 base::PlatformFile handle = file;
36 channel_init_.Init(handle,
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_factory_host.h20 typedef base::Callback<void(const gfx::GpuMemoryBufferHandle& handle)>
26 const gfx::GpuMemoryBufferHandle& handle,
31 virtual void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferHandle& handle,
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory.h27 // Creates a GPU memory buffer instance from |handle|. Whether the storage for
28 // the buffer is passed with the handle or allocated as part of buffer
29 // creation depends on the type. A valid handle is returned on success.
31 const gfx::GpuMemoryBufferHandle& handle,
36 // Destroys GPU memory buffer identified by |handle|.
38 const gfx::GpuMemoryBufferHandle& handle) = 0;
40 // Creates a GLImage instance for GPU memory buffer identified by |handle|.
44 const gfx::GpuMemoryBufferHandle& handle,

Completed in 788 milliseconds

1234567891011>>