Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.cpp22 interface_info *getIfaceInfo(wifi_interface_handle handle) in getIfaceInfo()
27 wifi_handle getWifiHandle(wifi_interface_handle handle) in getWifiHandle()
32 hal_info *getHalInfo(wifi_handle handle) in getHalInfo()
37 hal_info *getHalInfo(wifi_interface_handle handle) in getHalInfo()
52 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
77 wifi_error wifi_register_vendor_handler(wifi_handle handle, in wifi_register_vendor_handler()
103 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler()
129 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd) in wifi_unregister_vendor_handler()
153 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd()
175 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id) in wifi_unregister_cmd()
[all …]
Dwifi_hal.cpp188 wifi_error wifi_initialize(wifi_handle *handle) in wifi_initialize()
276 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership()
295 static void internal_cleaned_up_handler(wifi_handle handle) in internal_cleaned_up_handler()
316 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) in wifi_cleanup()
378 static int internal_pollin_handler(wifi_handle handle) in internal_pollin_handler()
389 void wifi_event_loop(wifi_handle handle) in wifi_event_loop()
458 wifi_handle handle = (wifi_handle)arg; in internal_valid_message_handler() local
529 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) in GetMulticastIdCommand()
604 SetPnoMacAddrOuiCommand(wifi_interface_handle handle, oui scan_oui) in SetPnoMacAddrOuiCommand()
656 SetNodfsCommand(wifi_interface_handle handle, u32 nodfs) in SetNodfsCommand()
[all …]
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.cpp27 interface_info *getIfaceInfo(wifi_interface_handle handle) in getIfaceInfo()
32 wifi_handle getWifiHandle(wifi_interface_handle handle) in getWifiHandle()
37 hal_info *getHalInfo(wifi_handle handle) in getHalInfo()
42 hal_info *getHalInfo(wifi_interface_handle handle) in getHalInfo()
57 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) in wifi_register_handler()
93 wifi_error wifi_register_vendor_handler(wifi_handle handle, in wifi_register_vendor_handler()
133 void wifi_unregister_handler(wifi_handle handle, int cmd) in wifi_unregister_handler()
162 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd) in wifi_unregister_vendor_handler()
190 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) in wifi_register_cmd()
205 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id) in wifi_unregister_cmd()
[all …]
Dwifi_hal.cpp85 wifi_interface_handle wifi_get_iface_handle(wifi_handle handle, char *name) in wifi_get_iface_handle()
174 wifi_handle handle = getWifiHandle(iface); in acquire_supported_features() local
207 wifi_handle handle = getWifiHandle(iface); in get_firmware_bus_max_size_supported() local
368 wifi_error wifi_initialize(wifi_handle *handle) in wifi_initialize()
598 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership()
616 static void internal_cleaned_up_handler(wifi_handle handle) in internal_cleaned_up_handler()
661 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler) in wifi_cleanup()
676 static int internal_pollin_handler(wifi_handle handle, struct nl_sock *sock) in internal_pollin_handler()
687 static void internal_event_handler(wifi_handle handle, int events, in internal_event_handler()
704 void wifi_event_loop(wifi_handle handle) in wifi_event_loop()
[all …]
/hardware/bsp/intel/peripheral/sensors/mraa/
DSensor.cpp36 int Sensor::activate(int handle, int enabled) { return 0; } in activate()
66 int Sensor::activateAcquisitionThread(int pollFd, int handle, int enabled) { in activateAcquisitionThread()
93 int Sensor::setDelay(int handle, int64_t requestedDelay) { in setDelay()
111 int Sensor::batch(int handle, int flags, in batch()
117 int Sensor::flush(int handle) { in flush()
DSensorsHAL.cpp118 int SensorContext::activate(int handle, int enabled) { in activate()
170 int SensorContext::setDelay(int handle, int64_t ns) { in setDelay()
228 int SensorContext::batch(int handle, int flags, in batch()
242 int SensorContext::flush(int handle) { in flush()
271 int handle, int enabled) { in ActivateWrapper()
278 int handle, int64_t ns) { in SetDelayWrapper()
289 int SensorContext::BatchWrapper(sensors_poll_device_1_t *dev, int handle, in BatchWrapper()
298 int handle) { in FlushWrapper()
/hardware/libhardware/modules/gralloc/
Dmapper.cpp39 buffer_handle_t handle, in gralloc_map()
60 buffer_handle_t handle) in gralloc_unmap()
78 buffer_handle_t handle) in gralloc_register_buffer()
128 buffer_handle_t handle) in gralloc_unregister_buffer()
159 buffer_handle_t handle, int /*usage*/, in gralloc_lock()
180 buffer_handle_t handle) in gralloc_unlock()
/hardware/ti/omap4-aah/ion/
Dion.c58 unsigned int flags, struct ion_handle **handle) in ion_alloc()
75 struct ion_handle **handle, size_t *stride) in ion_alloc_tiler()
100 int ion_free(int fd, struct ion_handle *handle) in ion_free()
108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map()
130 int ion_share(int fd, struct ion_handle *handle, int *share_fd) in ion_share()
147 int ion_import(int fd, int share_fd, struct ion_handle **handle) in ion_import()
169 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map_cacheable()
192 int ion_flush_cached(int fd, struct ion_handle *handle, size_t length, in ion_flush_cached()
203 int ion_inval_cached(int fd, struct ion_handle *handle, size_t length, in ion_inval_cached()
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Debug.h60 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING") argument
61 #define OMX_DEXIT(handle,retVal) OMX_TPRINT((handle), "---EXITING(0x%x)", (retVal)) argument
63 #define OMX_DBG_INT(handle, intVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #intVar ": %d", (intVar)) argument
64 #define OMX_DBG_PTR(handle, ptrVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #ptrVar ": 0x%08x", (ptrV… argument
65 #define OMX_DBG_STR(handle, strVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #strVar ": %s", (strVar)) argument
69 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument
70 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument
71 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument
72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Debug.h85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING") argument
86 #define OMX_DEXIT(handle,retVal) OMX_TPRINT((handle), "---EXITING(0x%x)", (retVal)) argument
88 #define OMX_DBG_INT(handle, intVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #intVar ": %d", (intVar)) argument
89 #define OMX_DBG_PTR(handle, ptrVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #ptrVar ": 0x%08x", (ptrV… argument
90 #define OMX_DBG_STR(handle, strVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #strVar ": %s", (strVar)) argument
94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument
95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument
96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument
97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Debug.h85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING") argument
86 #define OMX_DEXIT(handle,retVal) OMX_TPRINT((handle), "---EXITING(0x%x)", (retVal)) argument
88 #define OMX_DBG_INT(handle, intVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #intVar ": %d", (intVar)) argument
89 #define OMX_DBG_PTR(handle, ptrVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #ptrVar ": 0x%08x", (ptrV… argument
90 #define OMX_DBG_STR(handle, strVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #strVar ": %s", (strVar)) argument
94 #define OMX_INFOPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_INFO | (handle), "(INFO) "str, #… argument
95 #define OMX_WARNPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_WARN | (handle), "(WARN) "str, #… argument
96 #define OMX_ERRPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_ERROR | (handle), "(ERROR) "str,… argument
97 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "st… argument
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngGrallocBuffer.cpp22 TngGrallocBuffer::TngGrallocBuffer(buffer_handle_t handle) in TngGrallocBuffer()
32 void TngGrallocBuffer::resetBuffer(buffer_handle_t handle) in resetBuffer()
38 void TngGrallocBuffer::initBuffer(buffer_handle_t handle) in initBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngGrallocBuffer.cpp23 TngGrallocBuffer::TngGrallocBuffer(uint32_t handle) in TngGrallocBuffer()
33 void TngGrallocBuffer::resetBuffer(uint32_t handle) in resetBuffer()
39 void TngGrallocBuffer::initBuffer(uint32_t handle) in initBuffer()
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dion.h413 struct ion_handle *handle) { } in ion_free()
417 struct ion_handle *handle, ion_phys_addr_t *addr, size_t *len) in ion_phys()
423 struct ion_handle *handle) in ion_sg_table()
429 struct ion_handle *handle, unsigned long flags) in ion_map_kernel()
435 struct ion_handle *handle) { } in ion_unmap_kernel()
437 static inline int ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) in ion_share_dma_buf()
448 struct ion_handle *handle, unsigned long *flags) in ion_handle_get_flags()
454 struct ion_handle *handle, int domain_num, in ion_map_iommu()
465 struct ion_handle *handle, int domain_num, in ion_unmap_iommu()
485 struct ion_handle *handle, void *vaddr, in msm_ion_do_cache_op()
[all …]
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp58 buffer_handle_t handle) in gralloc_map()
92 buffer_handle_t handle) in gralloc_unmap()
127 buffer_handle_t handle) in gralloc_register_buffer()
154 buffer_handle_t handle) in gralloc_unregister_buffer()
201 buffer_handle_t handle, int usage, in gralloc_map_and_invalidate()
235 buffer_handle_t handle, int usage, in gralloc_lock()
247 buffer_handle_t handle, int usage, in gralloc_lock_ycbcr()
302 buffer_handle_t handle) in gralloc_unlock()
347 native_handle_t** handle = va_arg(args, native_handle_t**); in gralloc_perform() local
/hardware/intel/img/psb_video/src/android/
Dpsb_gralloc.cpp55 int gralloc_lock(buffer_handle_t handle, in gralloc_lock()
109 int gralloc_unlock(buffer_handle_t handle) in gralloc_unlock()
145 int gralloc_getdisplaystatus(buffer_handle_t handle, int* status) in gralloc_getdisplaystatus()
164 int gralloc_getbuffd(buffer_handle_t handle) in gralloc_getbuffd()
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp59 int handle; member
199 int sensors_poll_context_t::activate(int handle, int enabled) { in activate()
207 int sensors_poll_context_t::setDelay(int handle, int64_t ns) in setDelay()
357 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch()
366 void inv_pending_flush(int handle) { in inv_pending_flush()
380 int sensors_poll_context_t::flush(int handle) in flush()
400 int handle, int enabled) in poll__activate()
407 int handle, int64_t ns) in poll__setDelay()
429 int handle, int flags, int64_t period_ns, int64_t timeout) in poll__batch()
437 int handle) in poll__flush()
/hardware/qcom/display/msm8994/libgralloc/
Dmapper.cpp58 static int gralloc_map_metadata(buffer_handle_t handle) { in gralloc_map_metadata()
80 buffer_handle_t handle) in gralloc_map()
124 buffer_handle_t handle) in gralloc_unmap()
168 buffer_handle_t handle) in gralloc_register_buffer()
181 buffer_handle_t handle) in gralloc_unregister_buffer()
213 buffer_handle_t handle, int usage) in gralloc_map_and_invalidate()
253 buffer_handle_t handle, int usage, in gralloc_lock()
266 buffer_handle_t handle, int usage, in gralloc_lock_ycbcr()
279 buffer_handle_t handle) in gralloc_unlock()
321 native_handle_t** handle = va_arg(args, native_handle_t**); in gralloc_perform() local
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DGrallocBufferBase.cpp24 GrallocBufferBase::GrallocBufferBase(buffer_handle_t handle) in GrallocBufferBase()
31 void GrallocBufferBase::resetBuffer(buffer_handle_t handle) in resetBuffer()
37 void GrallocBufferBase::initBuffer(buffer_handle_t handle) in initBuffer()
/hardware/ti/omap4xxx/ion/
Dion.c59 struct ion_handle **handle) in ion_alloc()
76 struct ion_handle **handle, size_t *stride) in ion_alloc_tiler()
99 int ion_free(int fd, struct ion_handle *handle) in ion_free()
107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, in ion_map()
129 int ion_share(int fd, struct ion_handle *handle, int *share_fd) in ion_share()
146 int ion_import(int fd, int share_fd, struct ion_handle **handle) in ion_import()
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
DBufferManager.cpp131 DataBuffer* BufferManager::lockDataBuffer(buffer_handle_t handle) in lockDataBuffer()
143 DataBuffer* BufferManager::get(buffer_handle_t handle) in get()
236 buffer_handle_t handle = 0; in allocFrameBuffer() local
305 buffer_handle_t handle = mapper->getHandle(); in freeFrameBuffer() local
327 buffer_handle_t handle = 0; in allocGrallocBuffer() local
345 void BufferManager::freeGrallocBuffer(buffer_handle_t handle) in freeGrallocBuffer()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
DBufferManager.cpp131 DataBuffer* BufferManager::lockDataBuffer(uint32_t handle) in lockDataBuffer()
143 DataBuffer* BufferManager::get(uint32_t handle) in get()
236 uint32_t handle = 0; in allocFrameBuffer() local
305 uint32_t handle = mapper->getHandle(); in freeFrameBuffer() local
327 uint32_t handle = 0; in allocGrallocBuffer() local
345 void BufferManager::freeGrallocBuffer(uint32_t handle) in freeGrallocBuffer()
/hardware/akm/AK8975_FS/libsensors/
DAkmSensor.cpp77 int AkmSensor::setEnable(int32_t handle, int enabled) in setEnable()
135 int AkmSensor::setDelay(int32_t handle, int64_t ns) in setDelay()
175 int64_t AkmSensor::getDelay(int32_t handle) in getDelay()
185 int AkmSensor::getEnable(int32_t handle) in getEnable()
259 int AkmSensor::handle2id(int32_t handle) in handle2id()
/hardware/qcom/display/msm8909/libgralloc/
Dmapper.cpp59 buffer_handle_t handle) in gralloc_map()
104 buffer_handle_t handle) in gralloc_unmap()
143 buffer_handle_t handle) in gralloc_register_buffer()
171 buffer_handle_t handle) in gralloc_unregister_buffer()
223 buffer_handle_t handle, int usage) in gralloc_map_and_invalidate()
263 buffer_handle_t handle, int usage, in gralloc_lock()
276 buffer_handle_t handle, int usage, in gralloc_lock_ycbcr()
289 buffer_handle_t handle) in gralloc_unlock()
331 native_handle_t** handle = va_arg(args, native_handle_t**); in gralloc_perform() local
/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp216 int deviceName(alsa_handle_t *handle, unsigned flags, char **value) in deviceName()
262 status_t setHardwareParams(alsa_handle_t *handle) in setHardwareParams()
344 status_t setSoftwareParams(alsa_handle_t *handle) in setSoftwareParams()
392 void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode) in switchDevice()
629 static status_t s_open(alsa_handle_t *handle) in s_open()
730 static status_t s_start_voip_call(alsa_handle_t *handle) in s_start_voip_call()
829 static status_t s_start_voice_call(alsa_handle_t *handle) in s_start_voice_call()
949 static status_t s_start_fm(alsa_handle_t *handle) in s_start_fm()
1075 static status_t s_start(alsa_handle_t *handle) in s_start()
1089 static status_t s_close(alsa_handle_t *handle) in s_close()
[all …]

12345678910>>...16