Searched refs:handle (Results 376 - 400 of 2418) sorted by relevance

<<11121314151617181920>>

/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/mesa3d/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/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dgain_control_impl.cc63 Handle* my_handle = static_cast<Handle*>(handle(i));
90 Handle* my_handle = static_cast<Handle*>(handle(i));
104 Handle* my_handle = static_cast<Handle*>(handle(i));
141 Handle* my_handle = static_cast<Handle*>(handle(i));
304 Handle* handle = NULL; local
305 if (WebRtcAgc_Create(&handle) != apm_->kNoError) {
306 handle = NULL;
308 assert(handle != NULL);
311 return handle;
314 void GainControlImpl::DestroyHandle(void* handle) cons
[all...]
/external/webrtc/src/modules/audio_processing/
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/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.java62 public void setHandleRedirects (final boolean handle) { argument
63 params.setBooleanParameter(ClientPNames.HANDLE_REDIRECTS, handle);
78 public void setHandleAuthentication (final boolean handle) { argument
79 params.setBooleanParameter(ClientPNames.HANDLE_AUTHENTICATION, handle);
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestHandler.java55 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);
/external/chromium_org/base/threading/
H A Dplatform_thread_android.cc58 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle, argument
74 DCHECK_NE(handle.id_, kInvalidThreadId);
78 handle.id_ == current_id ? 0 : handle.id_,
H A Dplatform_thread_freebsd.cc63 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle, argument
78 DCHECK_NE(handle.id_, kInvalidThreadId);
80 if (setpriority(PRIO_PROCESS, handle.id_, kNiceSetting)) {
82 << handle.id_ << ") to " << kNiceSetting;
/external/chromium_org/content/browser/mojo/
H A Dmojo_application_host.cc16 mojo::embedder::ScopedPlatformHandle handle) {
18 return handle.release().fd;
20 return handle.release().handle;
43 // Forward this to the client once we know its process handle.
15 PlatformFileFromScopedPlatformHandle( mojo::embedder::ScopedPlatformHandle handle) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_android.cc55 const gfx::GpuMemoryBufferHandle& handle,
59 switch (handle.type) {
62 handle, size, internalformat, callback);
65 handle, size, internalformat, callback);
54 CreateFromHandle( const gfx::GpuMemoryBufferHandle& handle, const gfx::Size& size, unsigned internalformat, const DestructionCallback& callback) argument
H A Dgpu_memory_buffer_impl_mac.cc69 const gfx::GpuMemoryBufferHandle& handle,
73 switch (handle.type) {
76 handle, size, internalformat, callback);
79 handle, size, internalformat, callback);
68 CreateFromHandle( const gfx::GpuMemoryBufferHandle& handle, const gfx::Size& size, unsigned internalformat, const DestructionCallback& callback) argument
H A Dgpu_memory_buffer_impl_ozone.cc68 const gfx::GpuMemoryBufferHandle& handle,
72 switch (handle.type) {
75 handle, size, internalformat, callback);
78 handle, size, internalformat, callback);
67 CreateFromHandle( const gfx::GpuMemoryBufferHandle& handle, const gfx::Size& size, unsigned internalformat, const DestructionCallback& callback) argument
/external/chromium_org/content/public/browser/
H A Drender_process_host_observer.h26 base::ProcessHandle handle,
25 RenderProcessExited(RenderProcessHost* host, base::ProcessHandle handle, base::TerminationStatus status, int exit_code) argument
/external/chromium_org/content/renderer/pepper/
H A Daudio_helper.cc24 *sync_socket = socket_for_create_callback_->handle();
26 *sync_socket = reinterpret_cast<int>(socket_for_create_callback_->handle());
38 *shm_handle = shared_memory_for_create_callback_->handle().fd;
41 reinterpret_cast<int>(shared_memory_for_create_callback_->handle());
/external/chromium_org/device/serial/
H A Dserial_device_enumerator_linux.h26 void operator()(udev* handle);
/external/chromium_org/extensions/renderer/resources/
H A Dasync_waiter.js18 * A waiter that waits for a handle to be ready for either reading or writing.
19 * @param {!MojoHandle} handle The handle to wait on.
20 * @param {number} signals The signals to wait for handle to be ready for.
22 * call when handle is ready.
26 function AsyncWaiter(handle, signals, callback) {
28 * The handle to wait on.
32 this.handle_ = handle;
52 * Start waiting for the handle to be ready.
63 * Stop waiting for the handle t
[all...]

Completed in 9286 milliseconds

<<11121314151617181920>>