HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 651 - 675 of 6298) sorted by null

<<21222324252627282930>>

  /system/bt/stack/include/
avrc_api.h 43 /* 2 Bad handle */
172 base::Callback<void(uint8_t handle, uint8_t event, uint16_t result,
179 using tAVRC_MSG_CBACK = base::Callback<void(uint8_t handle, uint8_t label,
191 uint8_t handle; member in struct:__anon2240
223 * sdp_handle: SDP handle returned by SDP_CreateRecord().
323 * p_handle: Pointer to handle. This parameter is only
343 * handle: Handle of this connection.
349 * AVRC_BAD_HANDLE if handle is invalid.
352 extern uint16_t AVRC_Close(uint8_t handle);
    [all...]
  /system/bt/stack/avrc/
avrc_api.cc 83 static void avrc_ctrl_cback(uint8_t handle, uint8_t event, uint16_t result,
87 if (event <= AVRC_MAX_RCV_CTRL_EVT && avrc_cb.ccb[handle].ctrl_cback) {
93 avrc_cb.ccb[handle].ctrl_cback.Run(handle, avrc_event, result, peer_addr);
98 avrc_flush_cmd_q(handle);
99 alarm_free(avrc_cb.ccb_int[handle].tle);
100 avrc_cb.ccb_int[handle].tle = NULL;
108 * Description Flush command queue for the specified avrc handle
113 void avrc_flush_cmd_q(uint8_t handle) {
114 AVRC_TRACE_DEBUG("AVRC: Flushing command queue for handle=0x%02x", handle)
    [all...]
  /external/capstone/bindings/ocaml/
test_arm64.ml 24 let print_op handle i op =
27 | ARM64_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
33 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
35 printf "\t\t\toperands[%u].mem.index: REG = %s\n" i (cs_reg_name handle mem.index);
56 let print_detail handle insn =
71 Array.iteri (print_op handle) arm64.operands;
79 let print_insn handle insn =
81 print_detail handle insn
86 let handle = cs_open arch mode in
87 let err = cs_option handle CS_OPT_DETAIL _CS_OPT_ON i
    [all...]
test_ppc.ml 23 let print_op handle i op =
26 | PPC_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
30 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
38 printf "\t\t\toperands[%u].crx.reg = %s\n" i (cs_reg_name handle crx.reg);
46 let print_detail handle insn =
52 Array.iteri (print_op handle) ppc.operands;
60 let print_insn handle insn =
62 print_detail handle insn
67 let handle = cs_open arch mode in
68 let err = cs_option handle CS_OPT_DETAIL _CS_OPT_ON i
    [all...]
  /external/deqp/framework/delibs/deutil/
deDynamicLibrary.c 83 HINSTANCE handle; member in struct:deDynamicLibrary_s
92 library->handle = LoadLibrary(fileName);
93 if (!library->handle)
104 if (library && library->handle)
105 FreeLibrary(library->handle);
111 DE_ASSERT(library && library->handle && symbolName);
112 return (deFunctionPtr)GetProcAddress(library->handle, symbolName);
  /external/iproute2/tc/
f_cgroup.c 25 static int cgroup_parse_opt(struct filter_util *qu, char *handle,
32 if (handle) {
33 h = strtol(handle, NULL, 0);
35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
36 handle);
84 struct rtattr *opt, __u32 handle)
93 if (handle)
94 fprintf(f, "handle 0x%x ", handle);
  /external/sonivox/jet_tools/JetCreator/
eas.py 218 def __init__ (self, handle, eas):
220 self.handle = handle
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
245 result = eas_dll.EAS_SetPriority(self.eas.handle, self.handle, priority)
254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority))
    [all...]
  /external/v8/src/compiler/
js-frame-specialization.cc 34 Handle<Object> value;
38 value = handle(frame()->context(), isolate());
40 value = handle(frame()->GetExpression(index - parameters_count), isolate());
44 handle(index ? frame()->GetParameter(index - 1) : frame()->receiver(),
59 Handle<Object> value;
64 value = handle(frame()->function(), isolate());
67 value = handle(Smi::FromInt(parameters_count - 1), isolate());
70 value = handle(frame()->context(), isolate());
74 handle(index ? frame()->GetParameter(index - 1) : frame()->receiver(),
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 50 DataBuffer(buffer_handle_t handle)
52 initBuffer(handle);
57 virtual void resetBuffer(buffer_handle_t handle) {
59 initBuffer(handle);
86 void initBuffer(buffer_handle_t handle) {
87 mHandle = handle;
91 mKey = (uint64_t)handle;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 50 DataBuffer(uint32_t handle)
52 initBuffer(handle);
57 virtual void resetBuffer(uint32_t handle) {
59 initBuffer(handle);
86 void initBuffer(uint32_t handle) {
87 mHandle = handle;
91 mKey = handle;
  /external/tpm2/
Object.c 61 // This function checks to see if a transient handle references a loaded object. This routine should not be
62 // called if the handle is not a transient handle. The function validates that the handle is in the
67 // TRUE if the handle references a loaded object
68 // FALSE if the handle is not an object handle, or it does not reference to a
73 TPMI_DH_OBJECT handle // IN: handle to be checked
77 pAssert(HandleGetType(handle) == TPM_HT_TRANSIENT)
    [all...]
  /system/bt/bta/gatt/
bta_gattc_api.cc 284 * handle - characteristic handle
290 uint16_t handle) {
291 return bta_gattc_get_characteristic(conn_id, handle);
302 * handle - descriptor handle
308 uint16_t handle) {
309 return bta_gattc_get_descriptor(conn_id, handle);
312 /* Return characteristic that owns descriptor with handle equal to |handle|, o
611 << +handle; local
    [all...]
  /external/drm_gralloc/
gralloc.cpp 82 buffer_handle_t handle)
91 return gralloc_drm_handle_register(handle, dmod->drm);
95 buffer_handle_t handle)
97 return gralloc_drm_handle_unregister(handle);
100 static int drm_mod_lock(const gralloc_module_t *mod, buffer_handle_t handle,
106 bo = gralloc_drm_bo_from_handle(handle);
116 struct gralloc_drm_handle_t *handle; local
124 handle = bo->handle;
126 switch(handle->format)
    [all...]
  /external/libchrome/base/process/
process_posix.cc 28 bool WaitpidWithTimeout(base::ProcessHandle handle,
56 return HANDLE_EINTR(waitpid(handle, status, 0)) > 0;
59 pid_t ret_pid = HANDLE_EINTR(waitpid(handle, status, WNOHANG));
79 ret_pid = HANDLE_EINTR(waitpid(handle, status, WNOHANG));
94 static bool WaitForSingleNonChildProcess(base::ProcessHandle handle,
96 DCHECK_GT(handle, 0);
106 EV_SET(&change, handle, EVFILT_PROC, EV_ADD, NOTE_EXIT, 0, NULL);
114 DPLOG(ERROR) << "kevent (setup " << handle << ")";
154 DPLOG(ERROR) << "kevent (wait " << handle << ")";
157 DLOG(ERROR) << "kevent (wait " << handle << "): unexpected result
    [all...]
  /external/libmojo/mojo/edk/embedder/
platform_channel_utils_posix.cc 37 bool GetPeerEuid(PlatformHandle handle, uid_t* peer_euid) {
42 if (getpeereid(handle.handle, &socket_euid, &socket_gid) < 0) {
43 PLOG(ERROR) << "getpeereid " << handle.handle;
51 if (getsockopt(handle.handle, SOL_SOCKET, SO_PEERCRED, &cred, &cred_len) <
53 PLOG(ERROR) << "getsockopt " << handle.handle;
117 return HANDLE_EINTR(write(h.handle, bytes, num_bytes))
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
tri-gs.c 77 void *handle; local
86 handle = ctx->create_vertex_elements_state(ctx, 2, ve);
87 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);
121 void *handle; local
129 handle = graw_parse_fragment_shader(ctx, text);
130 ctx->bind_fs_state(ctx, handle);
136 void *handle; local
237 void *handle; local
246 void *handle; local
254 void *handle; local
    [all...]
  /external/selinux/libsepol/src/
ibpkeys.c 6 #include "handle.h"
15 static int ibpkey_from_record(sepol_handle_t *handle,
35 ERR(handle, "low ibpkey %d exceeds high ibpkey %d",
41 if (context_from_record(handle, policydb, &tmp_con,
53 ERR(handle, "out of memory");
63 ERR(handle, "could not create ibpkey structure");
67 static int ibpkey_to_record(sepol_handle_t *handle,
75 if (sepol_ibpkey_create(handle, &tmp_record) < 0)
84 if (context_to_record(handle, policydb, con, &tmp_con) < 0)
87 if (sepol_ibpkey_set_con(handle, tmp_record, tmp_con) < 0
    [all...]
user_record.c 30 int sepol_user_key_create(sepol_handle_t * handle,
38 ERR(handle, "out of memory, "
45 ERR(handle, "out of memory, could not create selinux user key");
64 int sepol_user_key_extract(sepol_handle_t * handle,
69 if (sepol_user_key_create(handle, user->name, key_ptr) < 0) {
70 ERR(handle, "could not extract key from user %s", user->name);
104 int sepol_user_set_name(sepol_handle_t * handle,
110 ERR(handle, "out of memory, could not set name");
129 int sepol_user_set_mlslevel(sepol_handle_t * handle,
135 ERR(handle, "out of memory,
    [all...]
  /system/core/libion/
ion.c 79 ion_user_handle_t* handle) {
82 if ((handle == NULL) || (!ion_is_legacy(fd))) return -EINVAL;
91 *handle = data.handle;
96 int ion_free(int fd, ion_user_handle_t handle) {
98 .handle = handle,
103 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, int flags, off_t offset,
109 .handle = handle,
152 ion_user_handle_t handle; local
    [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 284 void* handle = OpenNativeLibrary(env, local
292 if (handle == nullptr) {
302 funcPtr = NativeBridgeGetTrampoline(handle, funcStr, NULL, 0);
304 funcPtr = dlsym(handle, funcStr);
307 code.reset(new NativeCode(handle, (ANativeActivity_createFunc*)funcPtr));
396 unloadNativeCode_native(JNIEnv* env, jobject clazz, jlong handle)
401 if (handle != 0) {
402 NativeCode* code = (NativeCode*)handle;
408 onStart_native(JNIEnv* env, jobject clazz, jlong handle)
413 if (handle != 0)
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/kms-dri/
kms_dri_sw_winsys.c 71 uint32_t handle; member in struct:kms_sw_displaytarget
143 kms_sw_dt->handle = create_req.handle;
147 DEBUG_PRINT("KMS-DEBUG: created buffer %u (size %u)\n", kms_sw_dt->handle, kms_sw_dt->size);
154 destroy_req.handle = create_req.handle;
174 destroy_req.handle = kms_sw_dt->handle;
179 DEBUG_PRINT("KMS-DEBUG: destroyed buffer %u\n", kms_sw_dt->handle);
195 map_req.handle = kms_sw_dt->handle
238 uint32_t handle = -1; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 40 interface_info *getIfaceInfo(wifi_interface_handle handle)
42 return (interface_info *)handle;
45 wifi_handle getWifiHandle(wifi_interface_handle handle)
47 return getIfaceInfo(handle)->handle;
50 hal_info *getHalInfo(wifi_handle handle)
52 return (hal_info *)handle;
55 hal_info *getHalInfo(wifi_interface_handle handle)
57 return getHalInfo(getWifiHandle(handle));
70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg
251 wifi_handle handle = getWifiHandle(iface); local
    [all...]
  /external/doclava/res/assets/templates/
diff.cs 32 .handle { property
37 .handle-opened {
41 .handle-closed {
69 $(tr).children(".handle").addClass("handle-opened");
70 $(tr).children(".handle").removeClass("handle-closed");
77 $(tr).children(".handle").removeClass("handle-opened");
78 $(tr).children(".handle").addClass("handle-closed")
    [all...]
  /external/libdrm/amdgpu/
amdgpu_bo.c 48 uint32_t handle)
52 args.handle = handle;
61 (void*)(uintptr_t)bo->handle);
74 amdgpu_close_kms_handle(bo->dev, bo->handle);
116 bo->handle = args.out.handle;
129 args.handle = bo->handle;
156 if (!bo->handle)
210 uint32_t handle; local
299 uint32_t handle; local
    [all...]
  /external/libpcap/
pcap-septel.c 182 septel_inject(pcap_t *handle, const void *buf _U_, size_t size _U_)
184 strlcpy(handle->errbuf, "Sending packets isn't supported on Septel cards",
190 * Activate a handle for a live capture from the given Septel device. Always pass a NULL device
196 static pcap_t *septel_activate(pcap_t* handle) {
198 handle->linktype = DLT_MTP2;
200 handle->bufsize = 0;
205 handle->selectable_fd = -1;
207 handle->read_op = septel_read;
208 handle->inject_op = septel_inject;
209 handle->setfilter_op = septel_setfilter
    [all...]

Completed in 444 milliseconds

<<21222324252627282930>>