Searched refs:handle (Results 351 - 375 of 2331) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc95 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
138 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
231 Handle* my_handle = static_cast<Handle*>(handle(0));
253 Handle* handle = NULL; local
254 if (WebRtcAecm_Create(&handle) != apm_->kNoError) {
255 handle = NULL;
257 assert(handle != NULL);
260 return handle;
263 void EchoControlMobileImpl::DestroyHandle(void* handle) const {
264 WebRtcAecm_Free(static_cast<Handle*>(handle));
[all...]
H A Dgain_control_impl.cc69 Handle* my_handle = static_cast<Handle*>(handle(i));
96 Handle* my_handle = static_cast<Handle*>(handle(i));
110 Handle* my_handle = static_cast<Handle*>(handle(i));
147 Handle* my_handle = static_cast<Handle*>(handle(i));
310 Handle* handle = NULL; local
311 if (WebRtcAgc_Create(&handle) != apm_->kNoError) {
312 handle = NULL;
314 assert(handle != NULL);
317 return handle;
320 void GainControlImpl::DestroyHandle(void* handle) cons
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dshared_memory.h44 // Platform-specific handle of the buffer.
45 Handle handle() const { return handle_; } function in class:webrtc::SharedMemory
54 SharedMemory(void* data, size_t size, Handle handle, int id);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_utils.c76 UINT8 handle; local
82 handle = (UINT8) (p_cb - nfc_cb.conn_cb + 1);
83 nfc_cb.conn_id[conn_id] = handle;
84 NFC_TRACE_DEBUG2 ("nfc_set_conn_id conn_id:%d, handle:%d", conn_id, handle);
126 UINT8 handle; local
146 handle = nfc_cb.conn_id[id];
147 if (handle > 0)
148 p_conn_cb = &nfc_cb.conn_cb[handle - 1];
/external/libpcap/msdos/
H A Dpktdrvr.h55 WORD handle; /* Handle associated with session */ member in struct:__anon23790
94 WORD handle; /* instance that upcalled */ member in struct:__anon23793
133 extern BOOL PktReleaseHandle (WORD handle);
134 extern BOOL PktTerminHandle (WORD handle);
135 extern BOOL PktResetInterface (WORD handle);
138 extern BOOL PktGetStatistics (WORD handle);
139 extern BOOL PktSessStatistics (WORD handle);
140 extern BOOL PktResetStatistics(WORD handle);
/external/mesa3d/src/gallium/tests/graw/
H A Dshader-leak.c78 void *handle; local
87 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
88 ctx->bind_vertex_elements_state(ctx, handle);
104 void *handle; local
115 handle = graw_parse_vertex_shader(ctx, text);
116 ctx->bind_vs_state(ctx, handle);
124 void *handle; local
135 handle = graw_parse_fragment_shader(ctx, text);
136 return handle;
233 void *handle; local
242 void *handle; local
250 void *handle; local
[all...]
H A Dtri-instanced.c110 void *handle; local
130 handle = ctx->create_vertex_elements_state(ctx, 3, ve);
131 ctx->bind_vertex_elements_state(ctx, handle);
169 void *handle; local
181 handle = graw_parse_vertex_shader(ctx, text);
182 ctx->bind_vs_state(ctx, handle);
187 void *handle; local
195 handle = graw_parse_fragment_shader(ctx, text);
196 ctx->bind_fs_state(ctx, handle);
289 void *handle; local
298 void *handle; local
306 void *handle; local
[all...]
H A Docclusion-query.c82 void *handle; local
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
110 void *handle; local
121 handle = graw_parse_vertex_shader(info->ctx, text);
122 if (!handle) {
126 info->ctx->bind_vs_state(info->ctx, handle);
133 void *handle; local
141 handle = graw_parse_fragment_shader(info->ctx, text);
142 if (!handle) {
[all...]
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp29 void* handle() const { function in class:GLLoader
42 return (GrGLFuncPtr) dlsym(fLoader.handle(), name);
/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc94 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
137 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
230 Handle* my_handle = static_cast<Handle*>(handle(0));
261 Handle* handle = NULL; local
262 if (WebRtcAecm_Create(&handle) != apm_->kNoError) {
263 handle = NULL;
265 assert(handle != NULL);
268 return handle;
271 int EchoControlMobileImpl::DestroyHandle(void* handle) const {
272 return WebRtcAecm_Free(static_cast<Handle*>(handle));
[all...]
H A Dgain_control_impl.cc35 T* handle;
85 Handle* my_handle = static_cast<Handle*>(handle(i));
111 Handle* my_handle = static_cast<Handle*>(handle(i));
125 Handle* my_handle = static_cast<Handle*>(handle(i));
163 Handle* my_handle = static_cast<Handle*>(handle(i));
345 Handle* handle = NULL; local
346 if (WebRtcAgc_Create(&handle) != apm_->kNoError) {
347 handle = NULL;
349 assert(handle != NULL);
352 return handle;
[all...]
H A Decho_cancellation_impl.cc88 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
128 Handle* my_handle = handle(handle_index);
254 Handle* my_handle = static_cast<Handle*>(handle(0));
297 // TODO(bjornv): How should we handle the multi-channel case?
311 Handle* my_handle = static_cast<Handle*>(handle(0));
341 Handle* handle = NULL; local
342 if (WebRtcAec_Create(&handle) != apm_->kNoError) {
343 handle = NULL;
345 assert(handle != NULL);
348 return handle;
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c337 unsigned int *idx, struct xtc_handle *handle,
344 list_pos=&handle->chains;
347 if (handle->chain_index_sz == 0) {
348 debug("WARNING: handle->chain_index_sz == 0\n");
353 end = handle->chain_index_sz;
361 if (!handle->chain_index[pos]) {
363 return &handle->chains; /* Be safe, return orig start pos */
367 pos, handle->chain_index[pos]->name);
372 res = strcmp(name, handle->chain_index[pos]->name);
376 handle
336 __iptcc_bsearch_chain_index(const char *name, unsigned int offset, unsigned int *idx, struct xtc_handle *handle, enum bsearch_type type) argument
437 iptcc_bsearch_chain_index(const char *name, unsigned int *idx, struct xtc_handle *handle) argument
446 iptcc_bsearch_chain_offset(unsigned int offset, unsigned int *idx, struct xtc_handle *handle) argument
467 iptcc_linearly_search_chain_index(const char *name, struct xtc_handle *handle) argument
687 iptcc_find_chain_by_offset(struct xtc_handle *handle, unsigned int offset) argument
719 iptcc_find_label(const char *name, struct xtc_handle *handle) argument
1422 TC_DUMP_ENTRIES(struct xtc_handle *const handle) argument
1448 TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle) argument
1454 iptcc_chain_iterator_advance(struct xtc_handle *handle) argument
1467 TC_FIRST_CHAIN(struct xtc_handle *handle) argument
1489 TC_NEXT_CHAIN(struct xtc_handle *handle) argument
1508 TC_FIRST_RULE(const char *chain, struct xtc_handle *handle) argument
1538 TC_NEXT_RULE(const STRUCT_ENTRY *prev, struct xtc_handle *handle) argument
1598 TC_GET_TARGET(const STRUCT_ENTRY *ce, struct xtc_handle *handle) argument
1630 TC_BUILTIN(const char *chain, struct xtc_handle *const handle) argument
1647 TC_GET_POLICY(const char *chain, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
1695 iptcc_map_target(struct xtc_handle *const handle, struct rule_head *r) argument
1747 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1806 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1857 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, struct xtc_handle *handle) argument
1964 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument
2039 TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2047 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2055 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2100 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2124 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2149 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2173 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2202 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2238 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2297 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2315 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2370 TC_RENAME_CHAIN(const IPT_CHAINLABEL oldname, const IPT_CHAINLABEL newname, struct xtc_handle *handle) argument
2415 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2525 TC_COMMIT(struct xtc_handle *handle) argument
[all...]
/external/chromium_org/base/process/
H A Dkill_win.cc65 DCHECK(!process_) << "Make sure to close the handle.";
79 // Stop watching the process handle since we're killing it.
111 FALSE, // Don't inherit handle
122 TerminationStatus GetTerminationStatus(ProcessHandle handle, int* exit_code) { argument
125 if (!::GetExitCodeProcess(handle, &tmp_exit_code)) {
144 DWORD wait_result = WaitForSingleObject(handle, 0);
180 bool WaitForExitCode(ProcessHandle handle, int* exit_code) { argument
182 handle, exit_code, base::TimeDelta::FromMilliseconds(INFINITE));
183 CloseProcessHandle(handle);
187 bool WaitForExitCodeWithTimeout(ProcessHandle handle, argument
222 WaitForSingleProcess(ProcessHandle handle, base::TimeDelta wait) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Docclusion-query.c82 void *handle; local
91 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
92 info.ctx->bind_vertex_elements_state(info.ctx, handle);
110 void *handle; local
121 handle = graw_parse_vertex_shader(info->ctx, text);
122 if (!handle) {
126 info->ctx->bind_vs_state(info->ctx, handle);
133 void *handle; local
141 handle = graw_parse_fragment_shader(info->ctx, text);
142 if (!handle) {
[all...]
/external/iproute2/tc/
H A Df_route.c37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n) argument
47 if (handle) {
48 if (get_u32(&t->tcm_handle, handle, 0)) {
49 fprintf(stderr, "Illegal \"handle\"\n");
94 unsigned handle; local
96 if (get_tc_classid(&handle, *argv)) {
100 addattr_l(n, 4096, TCA_ROUTE4_CLASSID, &handle, 4);
134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
144 if (handle)
145 fprintf(f, "fh 0x%08x ", handle);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dphonet.h117 static inline __u8 pn_obj(__u16 handle) argument
119 return handle & 0xff;
122 static inline __u8 pn_dev(__u16 handle) argument
124 return handle >> 8;
127 static inline __u16 pn_port(__u16 handle) argument
129 return handle & 0x3ff;
132 static inline __u8 pn_addr(__u16 handle) argument
134 return (handle >> 8) & 0xfc;
151 __u16 handle)
153 spn->spn_dev = pn_dev(handle);
150 pn_sockaddr_set_object(struct sockaddr_pn *spn, __u16 handle) argument
[all...]
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_battery.c46 ** validate a handle to be a DIS attribute handle or not.
48 BOOLEAN battery_valid_handle_range(UINT16 handle) argument
55 if (handle == p_inst->ba_level_hdl ||
56 handle == p_inst->clt_cfg_hdl ||
57 handle == p_inst->rpt_ref_hdl ||
58 handle == p_inst->pres_fmt_hdl )
74 UINT16 handle = p_value->handle; local
83 if (handle
112 battery_s_read_attr_value(UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status) argument
[all...]
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c287 ** *handle - Pointer for returning Handle to the connection
297 tPAN_RESULT PAN_Connect (BD_ADDR rem_bda, UINT8 src_role, UINT8 dst_role, UINT16 *handle) argument
306 ** Initialize the handle so that in case of failure return values
309 *handle = BNEP_INVALID_HANDLE;
425 result = BNEP_Connect (rem_bda, &src_uuid, &dst_uuid, &(pcb->handle));
435 *handle = pcb->handle;
448 ** Parameters: handle - handle for the connection
455 tPAN_RESULT PAN_Disconnect (UINT16 handle) argument
510 PAN_Write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, UINT8 *p_data, UINT16 len, BOOLEAN ext) argument
569 PAN_WriteBuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) argument
677 PAN_SetProtocolFilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_end_array) argument
726 PAN_SetMulticastFilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, UINT8 *p_end_array) argument
[all...]
/external/iptables/iptables/
H A Dip6tables-restore.c61 struct xtc_handle *handle; local
63 handle = ip6tc_init(tablename);
65 if (!handle) {
68 handle = ip6tc_init(tablename);
71 if (!handle) {
77 return handle;
105 "Parser cannot handle more arguments\n");
183 struct xtc_handle *handle = NULL; local
265 ret = ops->commit(handle);
266 ops->free(handle);
[all...]
H A Diptables-restore.c61 struct xtc_handle *handle; local
63 handle = iptc_init(tablename);
65 if (!handle) {
68 handle = iptc_init(tablename);
71 if (!handle) {
76 return handle;
104 "Parser cannot handle more arguments\n");
183 struct xtc_handle *handle = NULL; local
265 ret = ops->commit(handle);
266 ops->free(handle);
[all...]
/external/apache-http/src/org/apache/http/client/params/
H A DClientParamBean.java56 public void setHandleRedirects (final boolean handle) { argument
57 params.setBooleanParameter(ClientPNames.HANDLE_REDIRECTS, handle);
72 public void setHandleAuthentication (final boolean handle) { argument
73 params.setBooleanParameter(ClientPNames.HANDLE_AUTHENTICATION, handle);
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestHandler.java50 void handle(HttpRequest request, HttpResponse response, HttpContext context) method in interface:HttpRequestHandler
/external/bluetooth/bluedroid/bta/include/
H A Dbta_pan_api.h80 UINT16 handle; /* Handle associated with this connection. */ member in struct:__anon914
89 UINT16 handle; /* Handle associated with this connection. */ member in struct:__anon915
99 UINT16 handle; /* Handle associated with the connection. */ member in struct:__anon916
193 BTA_API extern void BTA_PanClose(UINT16 handle);
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_sock_rfc.h30 bt_status_t btsock_rfc_init(int handle);

Completed in 505 milliseconds

<<11121314151617181920>>