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

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/merrifield/include/
GraphicBuffer.h 32 GraphicBuffer(buffer_handle_t handle);
35 virtual void resetBuffer(buffer_handle_t handle);
47 void initBuffer(buffer_handle_t handle);
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
hal_public.h 89 (const hw_device_t *d, buffer_handle_t handle)
92 return gralloc1_register_img((gralloc1_t *)d, handle);
94 return gralloc0_register_img((gralloc0_t *)d->module, handle);
98 (const hw_device_t *d, buffer_handle_t handle)
101 return gralloc1_unregister_img((gralloc1_t *)d, handle);
103 return gralloc0_unregister_img((gralloc0_t *)d->module, handle);
108 buffer_handle_t *handle, int *stride)
113 usage, handle, stride);
116 usage, handle, stride);
120 (const hw_device_t *d, buffer_handle_t handle)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
GraphicBuffer.h 32 GraphicBuffer(uint32_t handle);
35 virtual void resetBuffer(uint32_t handle);
47 void initBuffer(uint32_t handle);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
hal_public.h 89 (const hw_device_t *d, buffer_handle_t handle)
92 return gralloc1_register_img((gralloc1_t *)d, handle);
94 return gralloc0_register_img((gralloc0_t *)d->module, handle);
98 (const hw_device_t *d, buffer_handle_t handle)
101 return gralloc1_unregister_img((gralloc1_t *)d, handle);
103 return gralloc0_unregister_img((gralloc0_t *)d->module, handle);
108 buffer_handle_t *handle, int *stride)
113 usage, handle, stride);
116 usage, handle, stride);
120 (const hw_device_t *d, buffer_handle_t handle)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
roam.h 51 wifi_error wifi_get_roaming_capabilities(wifi_interface_handle handle,
54 wifi_error wifi_enable_firmware_roaming(wifi_interface_handle handle,
58 wifi_error wifi_configure_roaming(wifi_interface_handle handle,
  /packages/services/Car/car-lib/src/android/car/trust/
ICarTrustAgentBleService.aidl 39 void sendEnrolmentHandle(in BluetoothDevice device, long handle);
53 void removeEscrowToken(long handle, int uid);
54 void isEscrowTokenActive(long handle, int uid);
58 void onEscrowTokenAdded(in byte[] token, long handle, int uid);
59 void onEscrowTokenRemoved(long handle, boolean successful);
60 void onEscrowTokenActiveStateChanged(long handle, boolean active);
  /system/bt/service/common/bluetooth/
descriptor.h 27 Descriptor(uint16_t handle, const Uuid& uuid, uint16_t permissions)
28 : handle_(handle), uuid_(uuid), permissions_(permissions){};
36 uint16_t handle() const { return handle_; } function in class:bluetooth::Descriptor
  /system/bt/stack/btm/
ble_advertiser_hci_interface.h 55 uint8_t handle, uint16_t properties, uint32_t adv_int_min,
62 virtual void SetAdvertisingData(uint8_t handle, uint8_t operation,
66 virtual void SetScanResponseData(uint8_t handle, uint8_t operation,
71 virtual void SetRandomAddress(uint8_t handle,
76 uint8_t handle; member in struct:BleAdvertiserHciInterface::SetEnableData
83 void Enable(uint8_t enable, uint8_t handle, uint16_t duration,
88 .handle = handle,
93 virtual void SetPeriodicAdvertisingParameters(uint8_t handle,
98 virtual void SetPeriodicAdvertisingData(uint8_t handle, uint8_t operation
    [all...]
  /system/bt/stack/include/
pan_api.h 41 * The handle is passed from BNEP to PAN. The same handle is used
80 PAN_WRONG_HANDLE = BNEP_WRONG_HANDLE, /* Wrong handle for the connection */
99 typedef void(tPAN_CONN_STATE_CB)(uint16_t handle, const RawAddress& bd_addr,
121 typedef void(tPAN_DATA_IND_CB)(uint16_t handle, const RawAddress& src,
136 typedef void(tPAN_DATA_BUF_IND_CB)(uint16_t handle, const RawAddress& src,
141 * Handle to the connection
144 typedef void(tPAN_TX_DATA_FLOW_CB)(uint16_t handle, tPAN_RESULT event);
147 * Handle to the connection
159 typedef void(tPAN_FILTER_IND_CB)(uint16_t handle, bool indication
    [all...]
  /system/bt/stack/rfcomm/
port_api.cc 65 "Bad handle",
101 * p_handle - OUT pointer to the handle.
252 * Parameters: handle - Handle returned in the RFCOMM_CreateConnection
255 int RFCOMM_RemoveConnection(uint16_t handle) {
258 RFCOMM_TRACE_API("RFCOMM_RemoveConnection() handle:%d", handle);
260 /* Check if handle is valid to avoid crashing */
261 if ((handle == 0) || (handle > MAX_RFC_PORTS))
    [all...]
  /system/chre/apps/chqts/src/general_test/
basic_audio_test.cc 97 bool validateAudioSource(uint32_t handle,
102 "Invalid audio source name for handle ", &handle);
106 "Invalid audio sample rate for handle ", &handle);
110 "Invalid min buffer duration for handle ", &handle);
114 "Invalid max buffer duration for handle ", &handle);
118 "Invalid audio format for handle ", &handle)
    [all...]
  /external/drm_hwcomposer/
hwcutils.cpp 43 int DrmHwcBuffer::ImportBuffer(buffer_handle_t handle, Importer *importer) {
46 int ret = importer->ImportBuffer(handle, &tmp_bo);
61 static native_handle_t *dup_buffer_handle(buffer_handle_t handle) {
63 native_handle_create(handle->numFds, handle->numInts);
67 const int *old_data = handle->data;
69 for (int i = 0; i < handle->numFds; i++) {
74 memcpy(new_data, old_data, sizeof(int) * handle->numInts);
79 static void free_buffer_handle(native_handle_t *handle) {
80 int ret = native_handle_close(handle);
    [all...]
  /external/libdrm/tests/radeon/
rbo.c 36 struct rbo *rbo(int fd, unsigned handle, unsigned size,
49 bo->handle = handle;
53 if (handle) {
57 open_arg.name = handle;
63 bo->handle = open_arg.handle;
71 args.handle = 0;
74 bo->handle = args.handle;
    [all...]
  /system/bt/btif/src/
btif_avrcp_audio_track.cc 63 void BtifAvrcpAudioTrackStart(void* handle) {
64 if (handle == NULL) {
65 LOG_ERROR(LOG_TAG, "%s: handle is null!", __func__);
68 BtifAvrcpAudioTrack* trackHolder = static_cast<BtifAvrcpAudioTrack*>(handle);
75 void BtifAvrcpAudioTrackStop(void* handle) {
76 if (handle == NULL) {
77 LOG_DEBUG(LOG_TAG, "%s handle is null.", __func__);
80 BtifAvrcpAudioTrack* trackHolder = static_cast<BtifAvrcpAudioTrack*>(handle);
87 void BtifAvrcpAudioTrackDelete(void* handle) {
88 if (handle == NULL)
    [all...]
  /external/selinux/libsepol/src/
nodes.c 7 #include "handle.h"
14 static int node_from_record(sepol_handle_t * handle,
30 if (sepol_node_get_addr_bytes(handle, data, &addr_buf, &addr_bsize) < 0)
32 if (sepol_node_get_mask_bytes(handle, data, &mask_buf, &mask_bsize) < 0)
47 ERR(handle, "unsupported protocol %u", proto);
56 if (context_from_record(handle, policydb, &tmp_con,
68 ERR(handle, "out of memory");
79 ERR(handle, "could not create node structure");
83 static int node_to_record(sepol_handle_t * handle,
93 if (sepol_node_create(handle, &tmp_record) < 0
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_storage.c 41 /* Return a boolean value indicating whether a device handle is valid */
53 static int is_valid_entity(const uintptr_t handle)
55 const io_entity_t *entity = (io_entity_t *)handle;
85 /* Set a handle to track an entity */
86 static void set_handle(uintptr_t *handle, io_entity_t *entity)
88 assert(handle != NULL);
89 *handle = (uintptr_t)entity;
163 uintptr_t *handle)
166 assert(handle != NULL);
168 result = dev_open(dev_con, dev_spec, (io_dev_info_t **)handle);
    [all...]
  /external/capstone/bindings/ocaml/
test_mips.ml 25 let print_op handle i op =
28 | MIPS_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
32 printf "\t\t\toperands[%u].mem.base: REG = %s\n" i (cs_reg_name handle mem.base);
40 let print_detail handle insn =
46 Array.iteri (print_op handle) mips.operands;
54 let print_insn handle insn =
56 print_detail handle insn
61 let handle = cs_open arch mode in
62 let err = cs_option handle CS_OPT_DETAIL _CS_OPT_ON in
65 let insns = cs_disasm handle code 0x1000L 0L i
    [all...]
test_xcore.ml 23 let print_op handle i op =
26 | XCORE_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);
43 let print_detail handle insn =
49 Array.iteri (print_op handle) xcore.operands;
57 let print_insn handle insn =
59 print_detail handle insn
64 let handle = cs_open arch mode in
65 let err = cs_option handle CS_OPT_DETAIL _CS_OPT_ON in
68 let insns = cs_disasm handle code 0x1000L 0L i
    [all...]
  /device/google/contexthub/sensorhal/
sensors.cpp 80 int SensorContext::activate(int handle, int enabled) {
84 if (h->owns(handle)) {
85 return h->activate(handle, enabled);
91 int SensorContext::setDelay(int handle, int64_t delayNs) {
95 if (h->owns(handle)) {
96 return h->setDelay(handle, delayNs);
112 int handle,
118 if (h->owns(handle)) {
119 return h->batch(handle, sampling_period_ns, max_report_latency_ns);
125 int SensorContext::flush(int handle) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
user_computation.cc 159 const ComputationHandle& handle,
162 MakeUnique<UserComputation>(session_computation.name(), handle);
182 const ComputationHandle& handle)
184 *session_computation_.mutable_computation_handle() = handle;
188 << "\", handle: " << handle.handle();
192 ComputationDataHandle handle; local
193 handle.set_handle(next_handle_value_);
197 return handle;
209 ComputationDataHandle handle = CreateComputationDataHandle(); local
237 ComputationDataHandle handle = CreateComputationDataHandle(); local
256 ComputationDataHandle handle = CreateComputationDataHandle(); local
284 ComputationDataHandle handle = CreateComputationDataHandle(); local
305 ComputationDataHandle handle = CreateComputationDataHandle(); local
334 const ComputationDataHandle handle = CreateComputationDataHandle(); local
362 ComputationDataHandle handle = CreateComputationDataHandle(); local
383 ComputationDataHandle handle = CreateComputationDataHandle(); local
423 ComputationDataHandle handle = CreateComputationDataHandle(); local
458 ComputationDataHandle handle = CreateComputationDataHandle(); local
495 ComputationDataHandle handle = CreateComputationDataHandle(); local
524 ComputationDataHandle handle = CreateComputationDataHandle(); local
569 ComputationDataHandle handle = CreateComputationDataHandle(); local
615 ComputationDataHandle handle = CreateComputationDataHandle(); local
663 ComputationDataHandle handle = CreateComputationDataHandle(); local
708 ComputationDataHandle handle = CreateComputationDataHandle(); local
736 ComputationDataHandle handle = CreateComputationDataHandle(); local
772 ComputationDataHandle handle = CreateComputationDataHandle(); local
819 ComputationDataHandle handle = CreateComputationDataHandle(); local
848 ComputationDataHandle handle = CreateComputationDataHandle(); local
875 ComputationDataHandle handle = CreateComputationDataHandle(); local
902 ComputationDataHandle handle = CreateComputationDataHandle(); local
930 ComputationDataHandle handle = CreateComputationDataHandle(); local
960 ComputationDataHandle handle = CreateComputationDataHandle(); local
995 ComputationDataHandle handle = CreateComputationDataHandle(); local
1025 ComputationDataHandle handle = CreateComputationDataHandle(); local
1051 ComputationDataHandle handle = CreateComputationDataHandle(); local
1076 ComputationDataHandle handle = CreateComputationDataHandle(); local
1104 ComputationDataHandle handle = CreateComputationDataHandle(); local
1132 const ComputationDataHandle handle = CreateComputationDataHandle(); local
1157 const ComputationDataHandle handle = CreateComputationDataHandle(); local
1180 ComputationDataHandle handle = CreateComputationDataHandle(); local
1204 const ComputationDataHandle handle = CreateComputationDataHandle(); local
1230 ComputationDataHandle handle = CreateComputationDataHandle(); local
1263 ComputationDataHandle handle = CreateComputationDataHandle(); local
1294 const ComputationDataHandle handle = CreateComputationDataHandle(); local
1317 ComputationDataHandle handle = CreateComputationDataHandle(); local
1344 const ComputationDataHandle handle = CreateComputationDataHandle(); local
1368 ComputationDataHandle handle = CreateComputationDataHandle(); local
1396 ComputationDataHandle handle = CreateComputationDataHandle(); local
1425 ComputationDataHandle handle = CreateComputationDataHandle(); local
1453 ComputationDataHandle handle = CreateComputationDataHandle(); local
2787 ComputationDataHandle handle; local
    [all...]
  /system/bt/bta/jv/
bta_jv_api.cc 71 /* set handle to invalid value by default */
73 bta_jv_cb.pm_cb[i].handle = BTA_JV_PM_HANDLE_CLEAR;
224 tBTA_JV_STATUS BTA_JvDeleteRecord(uint32_t handle) {
227 do_in_bta_thread(FROM_HERE, Bind(&bta_jv_delete_record, handle));
290 tBTA_JV_STATUS BTA_JvL2capClose(uint32_t handle) {
293 if (handle >= BTA_JV_MAX_L2C_CONN || !bta_jv_cb.l2c_cb[handle].p_cback)
297 FROM_HERE, Bind(&bta_jv_l2cap_close, handle, &bta_jv_cb.l2c_cb[handle]));
312 tBTA_JV_STATUS BTA_JvL2capCloseLE(uint32_t handle) {
458 VLOG(2) << __func__ << ": handle=" << handle; local
    [all...]
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_BasicLoaderTest.cpp 39 void* handle = dlopen(kTestLibName, RTLD_NOW); local
40 if (handle == nullptr) {
45 void* taxicab_number = dlsym(handle, "dlopen_testlib_taxicab_number");
51 dlclose(handle);
  /device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
pmf_smc.c 21 void *handle,
42 SMC_RET3(handle, rc, (uint32_t)ts_value,
58 SMC_RET2(handle, rc, ts_value);
66 SMC_RET1(handle, SMC_UNK);
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_svc_main.h 14 uint64_t x4, void *cookie, void *handle,
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeList.java 110 int handle=m_iter.item(index); local
111 if (handle == DTM.NULL) {
114 return m_iter.getDTM(handle).getNode(handle);

Completed in 1624 milliseconds

<<11121314151617181920>>