HomeSort by relevance Sort by last modified time
    Searched full:handle (Results 876 - 900 of 15141) sorted by null

<<31323334353637383940>>

  /frameworks/av/media/mtp/
MtpServer.cpp 246 void MtpServer::sendObjectAdded(MtpObjectHandle handle) {
247 ALOGV("sendObjectAdded %d\n", handle);
248 sendEvent(MTP_EVENT_OBJECT_ADDED, handle);
251 void MtpServer::sendObjectRemoved(MtpObjectHandle handle) {
252 ALOGV("sendObjectRemoved %d\n", handle);
253 sendEvent(MTP_EVENT_OBJECT_REMOVED, handle);
281 void MtpServer::addEditObject(MtpObjectHandle handle, MtpString& path,
283 ObjectEdit* edit = new ObjectEdit(handle, path, size, format, fd);
287 MtpServer::ObjectEdit* MtpServer::getEditObject(MtpObjectHandle handle) {
291 if (edit->mHandle == handle) return edit
952 MtpObjectHandle handle = mDatabase->beginSendObject((const char*)path, local
    [all...]
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 93 * enum drm_vmw_handle_type - handle type for ref ioctls
189 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl.
313 * @handle: Fence object handle for fence associated with a command submission.
336 uint32_t handle; member in struct:drm_vmw_fence_rep
350 * identified by a handle and an offset, which are private to the guest, but
379 * @handle: Handle unique to this buffer. Used for unreferencing.
390 uint32_t handle; member in struct:drm_vmw_dmabuf_rep
419 * @handle: Handle indicating what buffer to free. Obtained from th
426 uint32_t handle; member in struct:drm_vmw_unref_dmabuf_arg
481 uint32_t handle; member in struct:drm_vmw_control_stream_arg
622 uint32_t handle; member in struct:drm_vmw_fence_wait_arg
653 uint32_t handle; member in struct:drm_vmw_fence_signaled_arg
679 uint32_t handle; member in struct:drm_vmw_fence_arg
724 uint32_t handle; member in struct:drm_vmw_fence_event_arg
870 uint32_t handle; member in struct:drm_vmw_shader_arg
941 uint32_t handle; member in struct:drm_vmw_gb_surface_create_rep
1058 uint32_t handle; member in struct:drm_vmw_synccpu_arg
    [all...]
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.c 42 net_handle_t handle = (net_handle_t) nethandle; local
46 int rval = android_getaddrinfofornetwork(handle, kHostname, NULL, NULL, &res);
51 handle, kHostname, rval, saved_errno);
59 net_handle_t handle = (net_handle_t) nethandle; local
62 int rval = android_setprocnetwork(handle);
65 handle, rval, saved_errno);
73 net_handle_t handle = (net_handle_t) nethandle; local
83 int rval = android_setsocknetwork(handle, fd);
86 handle, fd, rval, saved_errno);
124 net_handle_t handle = (net_handle_t) nethandle local
    [all...]
  /external/libpcap/
pcap-septel.c 187 septel_inject(pcap_t *handle, const void *buf _U_, size_t size _U_)
189 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
195 * Activate a handle for a live capture from the given Septel device. Always pass a NULL device
201 static pcap_t *septel_activate(pcap_t* handle) {
203 handle->linktype = DLT_MTP2;
205 handle->bufsize = 0;
210 handle->selectable_fd = -1;
212 handle->read_op = septel_read;
213 handle->inject_op = septel_inject;
214 handle->setfilter_op = septel_setfilter
    [all...]
  /external/v8/include/
v8-debug.h 64 virtual Handle<Object> GetExecutionState() const = 0;
65 virtual Handle<Object> GetEventData() const = 0;
70 virtual Handle<String> GetJSON() const = 0;
77 virtual Handle<Context> GetEventContext() const = 0;
108 virtual Handle<Object> GetExecutionState() const = 0;
109 virtual Handle<Object> GetEventData() const = 0;
116 virtual Handle<Context> GetEventContext() const = 0;
122 virtual Handle<Value> GetCallbackData() const = 0;
160 Handle<Value> data = Handle<Value>())
    [all...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 49 typedef void *Handle;
506 * @param hcontext: pointer to hold returned VBP context handle.
510 uint32 vbp_open(uint32 parser_type, Handle *hcontext);
514 * @param hcontext: VBP context handle.
518 uint32 vbp_close(Handle hcontext);
522 * @param hcontext: handle to VBP context.
529 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag);
533 * @param hcontext: handle to VBP context.
539 uint32 vbp_query(Handle hcontext, void **data);
544 * @param hcontext: handle to VBP context
    [all...]
  /system/bt/stack/avdt/
avdt_api.c 225 void AVDT_AbortReq(UINT8 handle)
229 tAVDT_SCB *p_scb = avdt_scb_by_hdl(handle);
288 UINT16 AVDT_RemoveStream(UINT8 handle)
294 if ((p_scb = avdt_scb_by_hdl(handle)) == NULL)
496 UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay)
502 /* map handle to scb */
503 if ((p_scb = avdt_scb_by_hdl(handle)) == NULL)
526 ** application via the control callback function for this handle.
531 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg)
543 /* map handle to scb *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bmap.c 134 ext2_extent_handle_t handle,
141 ext2_extent_handle_t handle,
164 extent_bmap(fs, ino, inode, handle, 0, 0,
180 ext2_extent_handle_t handle; local
190 retval = ext2fs_extent_open2(fs, ino, inode, &handle);
194 retval = implied_cluster_alloc(fs, ino, inode, handle, lblk, pblk);
199 ext2fs_extent_free(handle);
206 ext2_extent_handle_t handle,
218 retval = ext2fs_extent_set_bmap(handle, block,
222 retval = ext2fs_extent_goto(handle, block)
296 ext2_extent_handle_t handle = 0; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 48 sepol_handle_t *handle; member in struct:expand_state
97 INFO(state->handle, "copying type or attribute %s", id);
101 ERR(state->handle, "Out of memory!");
107 ERR(state->handle, "Out of memory!");
119 ERR(state->handle, "type space overflow");
131 ERR(state->handle, "hashtab overflow");
137 ERR(state->handle, "Out of memory!\n");
165 INFO(state->handle, "converting attribute %s", id);
169 ERR(state->handle, "attribute %s vanished!", id);
173 ERR(state->handle, "out of memory")
    [all...]
  /external/deqp/framework/delibs/deutil/
deSocket.c 198 DE_INLINE deBool deSocketHandleIsValid (deSocketHandle handle)
200 return handle != DE_INVALID_SOCKET_HANDLE;
209 deSocketHandle handle; member in struct:deSocket_s
397 sock->handle = DE_INVALID_SOCKET_HANDLE;
424 deSocketHandle fd = sock->handle;
485 sock->handle = socket(bsdAddr->sa_family, deSocketTypeToBsdType(address->type), deSocketProtocolToBsdProtocol(address->protocol));
486 if (!deSocketHandleIsValid(sock->handle))
494 setsockopt(sock->handle, SOL_SOCKET, SO_REUSEADDR, (const char*)&reuseVal, (int)sizeof(reuseVal));
498 if (bind(sock->handle, bsdAddr, bsdAddrLen) != 0)
505 if (listen(sock->handle, backlogSize) != 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 449 HANDLE *phDevice) = 0;
452 HANDLE hDevice) = 0;
455 HANDLE hDevice) = 0;
458 HANDLE hDevice,
463 HANDLE hDevice,
467 HANDLE hDevice,
499 HANDLE *phDevice);
503 HANDLE hDevice);
507 HANDLE hDevice);
511 HANDLE hDevice
    [all...]
winternl.h 125 HANDLE RootDirectory;
380 HANDLE RootDirectory;
392 HANDLE RootDirectory;
616 HANDLE UniqueProcess;
617 HANDLE UniqueThread;
681 HANDLE UniqueProcessId;
682 HANDLE InheritedFromUniqueProcessId;
827 SYSTEM_HANDLE_ENTRY Handle[1];
944 NTSTATUS NTAPI NtClose(HANDLE Handle);
    [all...]
http.h 111 HANDLE FileHandle;
158 HANDLE Token;
354 HTTPAPI_LINKAGE ULONG WINAPI HttpReceiveClientCertificate(HANDLE ReqQueueHandle,HTTP_CONNECTION_ID ConnectionId,ULONG Flags,PHTTP_SSL_CLIENT_CERT_INFO pSslClientCertInfo,ULONG SslClientCertInfoSize,PULONG pBytesReceived,LPOVERLAPPED pOverlapped);
355 HTTPAPI_LINKAGE ULONG WINAPI HttpAddUrl(HANDLE ReqQueueHandle,PCWSTR pUrlPrefix,PVOID pReserved);
356 HTTPAPI_LINKAGE ULONG WINAPI HttpRemoveUrl(HANDLE ReqQueueHandle,PCWSTR pUrlPrefix);
357 HTTPAPI_LINKAGE ULONG WINAPI HttpReceiveHttpRequest(HANDLE ReqQueueHandle,HTTP_REQUEST_ID RequestId,ULONG Flags,PHTTP_REQUEST pRequestBuffer,ULONG RequestBufferLength,PULONG pBytesReceived,LPOVERLAPPED pOverlapped);
358 HTTPAPI_LINKAGE ULONG WINAPI HttpReceiveRequestEntityBody(HANDLE ReqQueueHandle,HTTP_REQUEST_ID RequestId,ULONG Flags,PVOID pBuffer,ULONG BufferLength,PULONG pBytesReceived,LPOVERLAPPED pOverlapped);
359 HTTPAPI_LINKAGE ULONG WINAPI HttpSendHttpResponse(HANDLE ReqQueueHandle,HTTP_REQUEST_ID RequestId,ULONG Flags,PHTTP_RESPONSE pHttpResponse,PVOID pReserved1,PULONG pBytesSent,PVOID pReserved2,ULONG Reserved3,LPOVERLAPPED pOverlapped,PVOID pReserved4);
360 HTTPAPI_LINKAGE ULONG WINAPI HttpSendResponseEntityBody(HANDLE ReqQueueHandle,HTTP_REQUEST_ID RequestId,ULONG Flags,USHORT EntityChunkCount,PHTTP_DATA_CHUNK pEntityChunks,PULONG pBytesSent,PVOID pReserved1,ULONG Reserved2,LPOVERLAPPED pOverlapped,PVOID pReserved3);
361 HTTPAPI_LINKAGE ULONG WINAPI HttpWaitForDisconnect(HANDLE ReqQueueHandle,HTTP_CONNECTION_ID ConnectionId,LPOVERLAPPED pOverlapped)
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 365 void android_net_wifi_hal_cleaned_up_handler(wifi_handle handle) {
449 wifi_interface_handle handle = (wifi_interface_handle) value; local
450 int result = hal_fn.wifi_get_iface_name(handle, buf, sizeof(buf));
509 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
510 // ALOGD("starting scan on interface[%d] = %p", iface, handle);
569 return hal_fn.wifi_start_gscan(id, handle, params, handler) == WIFI_SUCCESS;
575 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
576 // ALOGD("stopping scan on interface[%d] = %p", iface, handle);
578 return hal_fn.wifi_stop_gscan(id, handle) == WIFI_SUCCESS;
594 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface) local
657 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
799 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
857 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
911 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
977 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1004 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1021 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1065 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1185 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1249 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1278 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1306 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1333 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1345 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1383 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1397 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1430 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1457 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1493 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1505 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1535 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1560 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1678 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1704 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1731 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1749 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1776 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1867 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1948 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
1975 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
2023 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 63 using ::v8::Handle;
112 v8::Handle<v8::Array> result =
123 v8::Handle<v8::Array> result =
161 v8::Handle<v8::Primitive> undef = v8::Undefined(CcTest::isolate());
175 v8::Handle<Context> env = Context::New(CcTest::isolate());
215 v8::Handle<v8::FunctionTemplate> fun = v8::FunctionTemplate::New(isolate);
216 v8::Handle<v8::Signature> sig = v8::Signature::New(isolate, fun);
217 v8::Handle<v8::FunctionTemplate> callback_sig =
220 v8::Handle<v8::FunctionTemplate> callback =
222 v8::Handle<v8::FunctionTemplate> sub_fun = v8::FunctionTemplate::New(isolate)
3831 v8::Persistent<T> handle; member in struct:WeakCallCounterAndPersistent
7370 v8::Persistent<v8::Object> handle; member in struct:FlagAndPersistent
13766 v8::Persistent<v8::Object>* handle = local
19840 v8::Handle<v8::Value> handle = v8::Local<v8::Value>::New(isolate, *value); local
    [all...]
test-dictionary.cc 45 static void TestHashMap(Handle<HashMap> table) {
49 Handle<JSObject> a = factory->NewJSArray(7);
50 Handle<JSObject> b = factory->NewJSArray(11);
78 Handle<JSReceiver> key = factory->NewJSArray(7);
79 Handle<JSObject> value = factory->NewJSArray(11);
90 Handle<JSReceiver> key = factory->NewJSArray(7);
100 Handle<JSReceiver> key = factory->NewJSArray(7);
125 Handle<Object> key_obj(Smi::FromInt(key), GetIsolate());
141 Handle<ObjectHashTable> table = ObjectHashTable::New(isolate, 100);
147 t->Rehash(handle(Smi::FromInt(0), isolate))
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 112 NJ_DIC_HANDLE handle, NJ_UINT32 *ret_bottom);
585 root = NODE_AREA_TOP_ADDR(loctset->loct.handle);
588 node_mid = root + NODE_AREA_MID_ADDR(loctset->loct.handle);
595 bit_left = BIT_NODE_AREA_LEFT_LEN(loctset->loct.handle);
596 bit_data = BIT_NODE_AREA_DATA_LEN(loctset->loct.handle);
598 ytbl_cnt = YOMI_INDX_CNT(loctset->loct.handle);
599 y = YOMI_INDX_SIZE(loctset->loct.handle);
600 ytbl_top = YOMI_INDX_TOP_ADDR(loctset->loct.handle);
602 data_top = STEM_AREA_TOP_ADDR(loctset->loct.handle);
950 next = get_stem_next(loctset->loct.handle, stem_data)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 106 * @handle: Reference to the kernel-side pending request
114 * using the same @handle.
124 __u32 handle; member in struct:fw_cdev_event_request
174 * @handle: Reference by which an allocated resource can be deallocated
192 __u32 handle; member in struct:fw_cdev_event_iso_resource
314 * @handle: The handle from the &fw_cdev_event_request
319 * send a reply using this ioctl. The event has a handle to the kernel-side
326 __u32 handle; member in struct:fw_cdev_send_response
334 * @handle: Handle to the allocation, written by the kerne
348 __u32 handle; member in struct:fw_cdev_allocate
357 __u32 handle; member in struct:fw_cdev_deallocate
406 __u32 handle; member in struct:fw_cdev_add_descriptor
418 __u32 handle; member in struct:fw_cdev_remove_descriptor
451 __u32 handle; member in struct:fw_cdev_create_iso_context
504 __u32 handle; member in struct:fw_cdev_queue_iso
528 __u32 handle; member in struct:fw_cdev_start_iso
536 __u32 handle; member in struct:fw_cdev_stop_iso
604 __u32 handle; member in struct:fw_cdev_allocate_iso_resource
    [all...]
  /external/freetype/include/
ftstroke.h 90 * Opaque handle to a path stroker object.
227 * The source outline handle.
248 * The source outline handle.
268 * FreeType library handle.
272 * A new stroker object handle. NULL in case of error.
292 * The target stroker handle.
335 * The target stroker handle.
353 * The target stroker handle.
390 * The target stroker handle.
421 * The target stroker handle
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 220 PUSH_DATA (push, swzsurf->handle);
244 PUSH_DATA (push, swzsurf->handle);
269 PUSH_DATA (push, hw->surf3d->handle);
484 unsigned handle = 0x88000000, class; local
488 ret = nouveau_object_new(chan, handle++, NOUVEAU_NOTIFIER_CLASS,
496 ret = nouveau_object_new(chan, handle++, NV03_M2MF_CLASS,
502 PUSH_DATA (push, hw->m2mf->handle);
504 PUSH_DATA (push, hw->ntfy->handle);
512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d);
517 PUSH_DATA (push, hw->surf2d->handle);
    [all...]
  /external/pdfium/third_party/freetype/include/
ftstroke.h 90 * Opaque handle to a path stroker object.
227 * The source outline handle.
248 * The source outline handle.
268 * FreeType library handle.
272 * A new stroker object handle. NULL in case of error.
292 * The target stroker handle.
335 * The target stroker handle.
353 * The target stroker handle.
390 * The target stroker handle.
421 * The target stroker handle
    [all...]
  /system/bt/stack/include/
pan_api.h 42 ** The handle is passed from BNEP to PAN. The same handle is used
77 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */
97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,
120 typedef void (tPAN_DATA_IND_CB) (UINT16 handle,
140 typedef void (tPAN_DATA_BUF_IND_CB) (UINT16 handle,
150 ** Handle to the connection
153 typedef void (tPAN_TX_DATA_FLOW_CB) (UINT16 handle,
157 ** Handle to the connection
169 typedef void (tPAN_FILTER_IND_CB) (UINT16 handle,
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.cc 66 static bool TransactNamedPipeDebugHelper(HANDLE pipe,
114 HANDLE pipe_handle,
168 // * Handle to an object that client can signal to request dump
170 // * Handle to an object that client can wait on after requesting
172 // * Handle to a mutex object that client can wait on to make sure
185 HANDLE pipe = ConnectToServer();
196 HANDLE pipe = ConnectToServer();
212 HANDLE CrashGenerationClient::ConnectToServer() {
213 HANDLE pipe = ConnectToPipe(pipe_name_.c_str(),
229 bool CrashGenerationClient::RegisterClient(HANDLE pipe)
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 88 void *handle; local
97 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
98 ctx->bind_vertex_elements_state(ctx, handle);
114 void *handle; local
125 handle = graw_parse_vertex_shader(ctx, text);
126 ctx->bind_vs_state(ctx, handle);
131 void *handle; local
143 handle = graw_parse_fragment_shader(ctx, text);
144 ctx->bind_fs_state(ctx, handle);
360 void *handle; local
369 void *handle; local
377 void *handle; local
    [all...]
vs-test.c 146 void *handle; local
156 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
157 ctx->bind_vertex_elements_state(ctx, handle);
188 void *handle; local
204 handle = graw_parse_vertex_shader(ctx, buf);
205 ctx->bind_vs_state(ctx, handle);
211 void *handle; local
219 handle = graw_parse_fragment_shader(ctx, text);
220 ctx->bind_fs_state(ctx, handle);
438 void *handle; local
447 void *handle; local
455 void *handle; local
    [all...]

Completed in 349 milliseconds

<<31323334353637383940>>