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

<<21222324252627282930>>

  /external/libdrm/rockchip/
rockchip_drm.h 41 * @handle: returned a handle to created gem object.
42 * - this handle will be set by gem module of kernel side.
47 uint32_t handle; member in struct:drm_rockchip_gem_create
53 * @handle: a pointer to gem object created.
59 uint32_t handle; member in struct:drm_rockchip_gem_map_off
rockchip_drmif.h 43 * @handle: a gem handle to gem object created.
47 * @name: a gem global handle from flink request.
51 uint32_t handle; member in struct:rockchip_bo
69 int rockchip_bo_get_info(struct rockchip_device *dev, uint32_t handle,
77 uint32_t handle, uint32_t flags, uint32_t size);
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 80 tNFA_HANDLE reg_handle; /* handle for registered server/client */
87 tNFA_HANDLE client_handle; /* handle for registered client */
95 ** for server, new handle will be assigned for conn_handle
96 ** for client, handle used in NFA_SnepConnect () is returned in conn_handle
100 tNFA_HANDLE reg_handle; /* server/client handle */
101 tNFA_HANDLE conn_handle; /* handle for data link connection */
107 tNFA_HANDLE conn_handle; /* handle for data link connection */
116 tNFA_HANDLE conn_handle; /* handle for data link connection */
124 tNFA_HANDLE conn_handle; /* handle for data link connection */
133 tNFA_HANDLE conn_handle; /* handle for data link connection *
    [all...]
  /external/v8/src/compiler/
access-builder.cc 14 return {kTaggedBase, HeapObject::kMapOffset, Handle<Name>(), Type::Any(),
21 return {kTaggedBase, JSObject::kPropertiesOffset, Handle<Name>(), Type::Any(),
28 return {kTaggedBase, JSObject::kElementsOffset, Handle<Name>(),
35 return {kTaggedBase, JSFunction::kContextOffset, Handle<Name>(),
42 return {kTaggedBase, JSArrayBuffer::kBackingStoreOffset, Handle<Name>(),
49 return {kTaggedBase, ExternalArray::kExternalPointerOffset, Handle<Name>(),
  /frameworks/base/telephony/java/com/android/internal/telephony/
ICallService.aidl 34 * Determines if the CallService can make calls to the handle.
38 void isCompatibleWith(String handle);
41 * Attempts to call the relevant party using the specified handle, be it a phone number,
42 * SIP address, or some other kind of user ID. Note that the set of handle types is
44 * handle-calling systems. See {@link #isCompatibleWith}.
48 void call(String handle);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos.h 22 typedef pthread_mutex_t* HANDLE;
53 inv_error_t inv_create_mutex(HANDLE *mutex);
54 inv_error_t inv_lock_mutex(HANDLE mutex);
55 inv_error_t inv_unlock_mutex(HANDLE mutex);
59 inv_error_t inv_destroy_mutex(HANDLE handle);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos.h 22 typedef pthread_mutex_t* HANDLE;
53 inv_error_t inv_create_mutex(HANDLE *mutex);
54 inv_error_t inv_lock_mutex(HANDLE mutex);
55 inv_error_t inv_unlock_mutex(HANDLE mutex);
59 inv_error_t inv_destroy_mutex(HANDLE handle);
  /libcore/luni/src/main/java/javax/security/auth/callback/
CallbackHandler.java 23 * Needs to be implemented by classes that want to handle authentication
24 * {@link Callback}s. A single method {@link #handle(Callback[])} must be
36 * Callback}s it actually wants to handle and in which way. For example, a
40 * values. If a {@code CallbackHandler} is not able to handle a specific
49 * if the {@code CallbackHandler} is not able to handle a
52 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException; method in interface:CallbackHandler
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 53 *! 07-Sep-2000 jeh Changed type HANDLE in DSPProcessor_RegisterNotify to
93 * return a handle to the processor object.
137 /* Check the handle */
142 /* Invalid handle */
145 (TEXT("PROC: Invalid Handle \r\n")));
167 /* Check the handle */
197 /* Invalid handle */
200 (TEXT("PROC: Invalid Handle \r\n")));
229 /* Check the handle */
237 /* Invalid handle */
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 41 ** NFA_STATUS_BAD_HANDLE invalid handle
45 tNFA_STATUS nfa_ce_api_deregister_listen (tNFA_HANDLE handle, UINT32 listen_info)
49 /* Validate handle */
51 &&((handle & NFA_HANDLE_GROUP_MASK) != NFA_HANDLE_GROUP_CE) )
53 NFA_TRACE_ERROR0 ("nfa_ce_api_reregister_listen: Invalid handle");
60 p_ce_msg->dereg_listen.handle = handle;
293 ** NFA_STATUS_BAD_HANDLE if invalid handle
297 tNFA_STATUS NFA_CeDeregisterFelicaSystemCodeOnDH (tNFA_HANDLE handle)
299 NFA_TRACE_API1 ("NFA_CeDeregisterFelicaSystemCodeOnDH (): handle:0x%X", handle)
    [all...]
  /external/mesa3d/src/egl/main/
eglmode.c 48 * Given an EGLModeMESA handle, return the corresponding _EGLMode object
65 * the mode ids of a screen ranges from scrn->Handle to scrn->Handle +
68 if (mode >= scrn->Handle &&
69 mode < scrn->Handle + _EGL_SCREEN_MAX_MODES) {
70 idx = mode - scrn->Handle;
72 assert(idx < scrn->NumModes && scrn->Modes[idx].Handle == mode);
92 mode->Handle = EGL_DONT_CARE;
103 mode->Handle = attrib_list[++i];
104 if (mode->Handle <= 0)
    [all...]
  /hardware/ti/omap4-aah/ion/
ion_test.c 29 int _ion_alloc_test(int *fd, struct ion_handle **handle)
39 handle, &stride);
41 ret = ion_alloc(*fd, len, align, alloc_flags, handle);
51 struct ion_handle *handle; local
53 if(_ion_alloc_test(&fd, &handle))
56 ret = ion_free(fd, handle);
58 printf("%s failed: %s %p\n", __func__, strerror(ret), handle);
88 struct ion_handle *handle; local
91 if(_ion_alloc_test(&fd, &handle))
96 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd)
135 struct ion_handle *handle; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 78 HANDLE RouterLogRegisterA(LPCSTR lpszSource);
79 VOID RouterLogDeregisterA(HANDLE hLogHandle);
80 VOID RouterLogEventA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwMessageId,DWORD dwSubStringCount,LPSTR *plpszSubStringArray,DWORD dwErrorCode);
81 VOID RouterLogEventDataA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwMessageId,DWORD dwSubStringCount,LPSTR *plpszSubStringArray,DWORD dwDataBytes,LPBYTE lpDataBytes);
82 VOID RouterLogEventStringA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwMessageId,DWORD dwSubStringCount,LPSTR *plpszSubStringArray,DWORD dwErrorCode,DWORD dwErrorIndex);
83 VOID __cdecl RouterLogEventExA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwErrorCode,DWORD dwMessageId,LPCSTR ptszFormat,...);
84 VOID RouterLogEventValistExA(HANDLE hLogHandle,DWORD dwEventType,DWORD dwErrorCode,DWORD dwMessageId,LPCSTR ptszFormat,va_list arglist);
99 HANDLE RouterLogRegisterW(LPCWSTR lpszSource);
100 VOID RouterLogDeregisterW(HANDLE hLogHandle);
101 VOID RouterLogEventW(HANDLE hLogHandle,DWORD dwEventType,DWORD dwMessageId,DWORD dwSubStringCount,LPWSTR *plpszSubStringArray, (…)
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.hpp 67 HANDLE getHandle (void) const { return m_handle; }
73 HANDLE m_handle;
82 void start (const char* caseList, HANDLE dst);
89 HANDLE m_dst;
99 void start (HANDLE file);
106 HANDLE m_handle;
125 HANDLE m_logFile;
148 HANDLE getStdIn (void) const { return m_standardIn; }
149 HANDLE getStdOut (void) const { return m_standardOut; }
150 HANDLE getStdErr (void) const { return m_standardErr;
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 57 const HANDLE process_handle,
68 void SetDumpFile(const HANDLE dump_file) { dump_file_ = dump_file; }
69 void SetFullDumpFile(const HANDLE full_dump_file) {
102 HANDLE hProcess,
104 HANDLE hFile,
130 // Handle to dynamically loaded DbgHelp.dll.
136 // Handle to dynamically loaded rpcrt4.dll.
142 // Handle for the process to dump.
143 HANDLE process_handle_;
172 HANDLE dump_file_
    [all...]
  /external/iproute2/examples/diffserv/
Edge32-cb-chains 43 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
95 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
119 handle 1 tcindex classid 1:
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
texsurf-queries.ll 13 declare i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)*)
28 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0
29 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0)
31 ; SM30: txq.width.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
49 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], tex0
50 %texHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @tex0)
52 ; SM30: txq.height.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]]
70 ; SM30: mov.u64 %rd[[HANDLE:[0-9]+]], surf0
71 %surfHandle = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @surf0)
73 ; SM30: suq.width.b32 %r{{[0-9]+}}, [%rd[[HANDLE:[0-9]+]]
    [all...]
  /external/v8/src/
bootstrapper.h 30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
34 *handle = Handle<SharedFunctionInfo>(
42 void Add(Vector<const char> name, Handle<SharedFunctionInfo> shared) {
47 Handle<FixedArray> new_array = factory->NewFixedArray(length + 2, TENURED);
50 Handle<String> str =
77 // The returned value is a global handle casted to V8Environment*.
78 Handle<Context> CreateEnvironment(
80 v8::Handle<v8::ObjectTemplate> global_object_template
    [all...]
transitions.h 77 static Handle<TransitionArray> ExtendToFullTransitionArray(
78 Handle<Map> containing_map);
84 static Handle<TransitionArray> CopyInsert(Handle<Map> map,
85 Handle<Name> name,
86 Handle<Map> target,
93 static Handle<TransitionArray> Allocate(
170 static Handle<TransitionArray> AllocateSimple(
171 Isolate* isolate, Handle<Map> target);
174 static Handle<TransitionArray> NewWith(Handle<Map> map
    [all...]
  /external/v8/test/cctest/
test-object-observe.cc 49 Handle<Value> observer = CompileRun("observer");
50 Handle<Value> obj = CompileRun("obj");
51 Handle<Value> notify_fun1 = CompileRun(
53 Handle<Value> notify_fun2;
62 Handle<Value> notify_fun3;
192 Handle<Value> obj = CompileRun("obj = {};");
193 Handle<Value> observer = CompileRun(
220 Handle<Value> object;
223 Handle<Value> old_value;
229 Handle<Value> records
    [all...]
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.cc 106 typedef FilterState Handle;
124 Handle* my_handle = static_cast<Handle*>(handle(i));
157 int HighPassFilterImpl::DestroyHandle(void* handle) const {
158 delete static_cast<Handle*>(handle);
162 int HighPassFilterImpl::InitializeHandle(void* handle) const {
163 return InitializeFilter(static_cast<Handle*>(handle),
    [all...]
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 125 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
126 final boolean success = mTelecomService.enablePhoneAccount(handle, enabled);
128 System.out.println("Success - " + handle + (enabled ? " enabled." : " disabled."));
130 System.out.println("Error - is " + handle + " a valid PhoneAccount?");
135 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
137 PhoneAccount account = PhoneAccount.builder(handle, label)
140 System.out.println("Success - " + handle + " registered.");
144 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
148 handle, label)
158 System.out.println("Success - " + handle + " registered.")
162 final PhoneAccountHandle handle = getPhoneAccountHandleFromArgs(); local
    [all...]
  /system/bt/bta/pan/
bta_pan_main.c 232 ** Description Handle an API enable event.
252 ** Description Handle an API disable event.
270 ** Description Handle an API listen event.
332 ** Description Find scb associated with handle.
338 tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle)
345 if (p_scb->handle == handle)
352 APPL_TRACE_WARNING("No scb for handle %d", handle);
374 /* handle enable event *
    [all...]
  /system/bt/stack/sdp/
sdp_db.c 21 * this file contains functions that handle the database
155 ** Description This function searches for a record with a specific handle
156 ** It is passed the handle of the record.
161 tSDP_RECORD *sdp_db_find_record (UINT32 handle)
166 /* Look through the records for the caller's handle */
169 if (p_rec->record_handle == handle)
173 /* Record with that handle not found. */
276 ** Returns Record handle if OK, else 0.
282 UINT32 handle; local
292 /* We will use a handle of the first unreserved handle plus last recor
    [all...]
  /external/iptables/iptables/
ip6tables-restore.c 61 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...]

Completed in 330 milliseconds

<<21222324252627282930>>