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

<<21222324252627282930>>

  /frameworks/native/services/sensorservice/
SensorInterface.h 37 virtual status_t setDelay(void* ident, int handle, int64_t ns) = 0;
38 virtual status_t batch(void* ident, int handle, int /*flags*/, int64_t samplingPeriodNs,
41 virtual status_t flush(void* /*ident*/, int /*handle*/) = 0;
45 virtual void autoDisable(void* /*ident*/, int /*handle*/) = 0;
54 virtual status_t batch(void* ident, int handle, int, int64_t samplingPeriodNs,
57 return setDelay(ident, handle, samplingPeriodNs);
62 virtual status_t flush(void* /*ident*/, int /*handle*/) override {
67 virtual void autoDisable(void* /*ident*/, int /*handle*/) override { }
86 virtual status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs,
88 virtual status_t setDelay(void* ident, int handle, int64_t ns) override
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferCache.h 31 virtual bool addMapper(uint64_t handle, BufferMapper* mapper);
35 virtual BufferMapper* getMapper(uint64_t handle);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferCache.h 31 virtual bool addMapper(uint64_t handle, BufferMapper* mapper);
35 virtual BufferMapper* getMapper(uint64_t handle);
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
EffectMap.h 33 uint64_t add(effect_handle_t handle);
35 void remove(effect_handle_t handle);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
radio_mode.h 46 RADIOModeCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
50 static RADIOModeCommand* instance(wifi_handle handle, wifi_request_id id);
rssi_monitor.h 44 RSSIMonitorCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
51 static RSSIMonitorCommand* instance(wifi_handle handle, wifi_request_id id);
wifihal_vendorcommand.h 47 NUDStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
50 static NUDStatsCommand* instance(wifi_handle handle);
  /system/bt/bta/hf_client/
bta_hf_client_api.cc 86 APPL_TRACE_ERROR("%s: could not allocate handle", __func__);
109 void BTA_HfClientClose(uint16_t handle) {
113 p_buf->layer_specific = handle;
129 void BTA_HfClientAudioOpen(uint16_t handle) {
133 p_buf->layer_specific = handle;
149 void BTA_HfClientAudioClose(uint16_t handle) {
153 p_buf->layer_specific = handle;
168 void BTA_HfClientSendAT(uint16_t handle, tBTA_HF_CLIENT_AT_CMD_TYPE at,
185 p_buf->hdr.layer_specific = handle;
  /system/bt/service/doc/
IBluetoothGattServerCallback.txt 26 * is the owning application's unique GATT server handle and can be used to
41 * address |device_address| for the characteristic with handle |handle|.
44 * request is part of a Long Read procedure. An implementation should handle
55 in int handle);
59 * address |device_address| for the descriptor with handle |handle|.
62 * request is part of a Long Read procedure. An implementation should handle
73 in int handle);
77 * address |device_address| for the characteristic with handle |handle
    [all...]
  /system/core/libziparchive/
zip_archive_benchmark.cpp 53 ZipArchiveHandle handle; local
62 OpenArchive(temp_file->path, &handle);
63 FindEntry(handle, name, &data);
64 CloseArchive(handle);
71 ZipArchiveHandle handle; local
77 OpenArchive(temp_file->path, &handle);
78 StartIteration(handle, &iteration_cookie, nullptr, nullptr);
82 CloseArchive(handle);
  /system/tpm/trunks/
scoped_key_handle.h 26 // This class is used to wrap a Key or NV ram handle given by the TPM.
28 // that handle.
32 // resources associated with the handle.
34 ScopedKeyHandle(const TrunksFactory& factory, TPM_HANDLE handle);
38 // It returns the handle that was previously wrapped, and returns
39 // INVALID_HANDLE if the previous handle was unset.
42 // This method flushes all context associated with the current handle,
46 // This method flushes all context associated with the current handle,
47 // and resets the internal handle of the class to the uninitialized value.
48 // Note: After reset() this class should not be used again till a new handle
    [all...]
  /system/core/adb/client/
usb_osx.cpp 89 static void usb_kick_locked(usb_handle* handle);
102 static void AddDevice(std::unique_ptr<usb_handle> handle) {
103 handle->mark = true;
105 g_usb_handles.push_back(std::move(handle));
298 std::unique_ptr<usb_handle> handle = local
300 if (handle == nullptr) {
305 handle->devpath = devpath;
306 usb_handle* handle_p = handle.get();
308 LOG(INFO) << "reported max packet size for " << serial << " is " << handle->max_packet_size;
309 AddDevice(std::move(handle));
331 std::unique_ptr<usb_handle> handle; local
    [all...]
  /system/core/fastboot/
usb_osx.cpp 70 OsxUsbTransport(std::unique_ptr<usb_handle> handle) : handle_(std::move(handle)) {}
85 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) {
177 if ((*interface)->GetInterfaceClass(interface, &handle->info.ifc_class) != 0 ||
178 (*interface)->GetInterfaceSubClass(interface, &handle->info.ifc_subclass) != 0 ||
179 (*interface)->GetInterfaceProtocol(interface, &handle->info.ifc_protocol) != 0)
185 handle->info.has_bulk_in = 0;
186 handle->info.has_bulk_out = 0;
207 handle->info.has_bulk_in = 1;
208 handle->bulkIn = endpoint
460 std::unique_ptr<usb_handle> handle; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/io/
io_storage.h 87 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle);
89 int io_seek(uintptr_t handle, io_seek_mode_t mode, ssize_t offset);
91 int io_size(uintptr_t handle, size_t *length);
93 int io_read(uintptr_t handle, uintptr_t buffer, size_t length,
96 int io_write(uintptr_t handle, const uintptr_t buffer, size_t length,
99 int io_close(uintptr_t handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_sip_svc.c 36 void *handle,
47 handle, flags);
58 SMC_RET1(handle, call_count);
62 SMC_UUID_RET(handle, hisi_sip_svc_uid);
66 SMC_RET2(handle, HISI_SIP_SVC_VERSION_MAJOR, HISI_SIP_SVC_VERSION_MINOR);
70 SMC_RET1(handle, SMC_UNK);
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
sip_svc_setup.c 57 void *handle,
62 return pm_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle,
69 SMC_RET1(handle, PM_API_MAX + 2);
72 SMC_UUID_RET(handle, zynqmp_sip_uuid);
75 SMC_RET2(handle, SIP_SVC_VERSION_MAJOR, SIP_SVC_VERSION_MINOR);
79 SMC_RET1(handle, SMC_UNK);
  /external/curl/tests/libtest/
lib1501.c 38 CURL *handle = NULL; local
47 easy_init(handle);
49 easy_setopt(handle, CURLOPT_URL, URL);
50 easy_setopt(handle, CURLOPT_VERBOSE, 1L);
54 multi_add_handle(mhandle, handle);
107 curl_easy_cleanup(handle);
  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_context.cc 18 for (auto handle : handles_) {
19 if (handle.is_valid()) {
20 MojoResult rv = MojoClose(handle.value());
26 Handle_Data SerializedHandleVector::AddHandle(mojo::Handle handle) {
28 if (!handle.is_valid()) {
33 handles_.push_back(handle);
38 mojo::Handle SerializedHandleVector::TakeHandle(
41 return mojo::Handle();
46 void SerializedHandleVector::Swap(std::vector<mojo::Handle>* other)
    [all...]
  /external/selinux/libsemanage/include/semanage/
port_record.h 7 #include <semanage/handle.h>
27 extern int semanage_port_key_create(semanage_handle_t * handle,
31 extern int semanage_port_key_extract(semanage_handle_t * handle,
56 extern int semanage_port_set_con(semanage_handle_t * handle,
61 extern int semanage_port_create(semanage_handle_t * handle,
64 extern int semanage_port_clone(semanage_handle_t * handle,
  /external/selinux/libsemanage/src/
database_join.c 16 #include "handle.h"
37 static int dbase_join_cache(semanage_handle_t * handle, dbase_join_t * dbase)
57 if (!dbase_llist_needs_resync(handle, &dbase->llist))
62 if (dbase_llist_set_serial(handle, &dbase->llist) < 0)
68 if (dtable1->cache(handle, dbase1) < 0)
70 if (dtable2->cache(handle, dbase2) < 0)
74 if (dtable1->list(handle, dbase1, &records1, &rcount1) < 0)
76 if (dtable2->list(handle, dbase2, &records2, &rcount2) < 0)
97 if (rtable1->key_extract(handle, records1[i], &rkey) <
109 if (rjtable->join(handle, NULL
    [all...]
  /external/selinux/libsepol/include/sepol/
port_record.h 5 #include <sepol/handle.h>
27 extern int sepol_port_key_create(sepol_handle_t * handle,
34 extern int sepol_port_key_extract(sepol_handle_t * handle,
59 extern int sepol_port_set_con(sepol_handle_t * handle,
63 extern int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port_ptr);
65 extern int sepol_port_clone(sepol_handle_t * handle,
  /external/selinux/libsepol/src/
interfaces.c 5 #include "handle.h"
12 static int iface_from_record(sepol_handle_t * handle,
30 if (context_from_record(handle, policydb,
39 if (context_from_record(handle, policydb,
51 ERR(handle, "out of memory");
62 ERR(handle, "error creating interface structure");
66 static int iface_to_record(sepol_handle_t * handle,
78 if (sepol_iface_create(handle, &tmp_record) < 0)
81 if (sepol_iface_set_name(handle, tmp_record, name) < 0)
84 if (context_to_record(handle, policydb, ifcon, &tmp_con) < 0
    [all...]
  /external/skia/src/gpu/gl/
GrGLUniformHandler.h 46 const GrShaderVar& samplerVariable(SamplerHandle handle) const override {
47 return fSamplers[handle.toIndex()].fVariable;
50 GrSwizzle samplerSwizzle(SamplerHandle handle) const override {
51 return fSamplerSwizzles[handle.toIndex()];
57 const GrShaderVar& texelBufferVariable(TexelBufferHandle handle) const override {
58 return fTexelBuffers[handle.toIndex()].fVariable;
  /external/skqp/src/gpu/gl/
GrGLUniformHandler.h 46 const GrShaderVar& samplerVariable(SamplerHandle handle) const override {
47 return fSamplers[handle.toIndex()].fVariable;
50 GrSwizzle samplerSwizzle(SamplerHandle handle) const override {
51 return fSamplerSwizzles[handle.toIndex()];
57 const GrShaderVar& texelBufferVariable(TexelBufferHandle handle) const override {
58 return fTexelBuffers[handle.toIndex()].fVariable;
  /external/swiftshader/src/Common/
GrallocAndroid.hpp 32 int lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr)
38 return m_module->lock(m_module, handle, usage, left, top, width, height, vaddr);
48 return m_gralloc1_lock(m_gralloc1_device, handle, usage, usage, &outRect, vaddr, -1);
59 int unlock(buffer_handle_t handle)
65 return m_module->unlock(m_module, handle);
71 int error = m_gralloc1_unlock(m_gralloc1_device, handle, &fenceFd);

Completed in 477 milliseconds

<<21222324252627282930>>