Searched refs:handle (Results 51 - 75 of 681) sorted by relevance

1234567891011>>

/hardware/intel/img/hwcomposer/merrifield/include/
H A DGraphicBuffer.h32 GraphicBuffer(buffer_handle_t handle);
35 virtual void resetBuffer(buffer_handle_t handle);
47 void initBuffer(buffer_handle_t handle);
H A DDataBuffer.h50 DataBuffer(buffer_handle_t handle) argument
52 initBuffer(handle);
57 virtual void resetBuffer(buffer_handle_t handle) { argument
59 initBuffer(handle);
86 void initBuffer(buffer_handle_t handle) { argument
87 mHandle = handle;
91 mKey = (uint64_t)handle;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DGraphicBuffer.h32 GraphicBuffer(uint32_t handle);
35 virtual void resetBuffer(uint32_t handle);
47 void initBuffer(uint32_t handle);
H A DDataBuffer.h50 DataBuffer(uint32_t handle) argument
52 initBuffer(handle);
57 virtual void resetBuffer(uint32_t handle) { argument
59 initBuffer(handle);
86 void initBuffer(uint32_t handle) { argument
87 mHandle = handle;
91 mKey = handle;
/hardware/akm/AK8975_FS/libsensors/
H A DAdxlSensor.h49 virtual int setDelay(int32_t handle, int64_t ns);
50 virtual int setEnable(int32_t handle, int enabled);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int getEnable(int32_t handle);
H A DKionixSensor.h49 virtual int setDelay(int32_t handle, int64_t ns);
50 virtual int setEnable(int32_t handle, int enabled);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int getEnable(int32_t handle);
H A DSensorBase.h63 virtual int setDelay(int32_t handle, int64_t ns);
64 virtual int64_t getDelay(int32_t handle);
67 virtual int setEnable(int32_t handle, int enabled) = 0;
69 virtual int getEnable(int32_t handle) = 0;
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.h46 virtual int enable(int32_t handle, int enabled);
47 virtual int setDelay(int32_t handle, int64_t ns);
48 virtual int getEnable(int32_t handle);
49 virtual int64_t getDelay(int32_t handle);
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.h46 virtual int enable(int32_t handle, int enabled);
47 virtual int setDelay(int32_t handle, int64_t ns);
48 virtual int getEnable(int32_t handle);
49 virtual int64_t getDelay(int32_t handle);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_timer.h48 Returns the handle, which can be used to stop the timer
55 handle becomes invalid upon the return of the callback
57 void loc_timer_stop(void* handle);
/hardware/qcom/gps/msm8909/utils/
H A Dloc_timer.h56 Returns the handle, which can be used to stop the timer
65 handle becomes invalid upon the return of the callback
67 void loc_timer_stop(void*& handle);
/hardware/qcom/gps/msm8994/utils/
H A Dloc_timer.h48 Returns the handle, which can be used to stop the timer
55 handle becomes invalid upon the return of the callback
57 void loc_timer_stop(void* handle);
/hardware/qcom/gps/msm8996/utils/
H A Dloc_timer.h56 Returns the handle, which can be used to stop the timer
65 handle becomes invalid upon the return of the callback
67 void loc_timer_stop(void*& handle);
/hardware/qcom/gps/utils/
H A Dloc_timer.h48 Returns the handle, which can be used to stop the timer
55 handle becomes invalid upon the return of the callback
57 void loc_timer_stop(void* handle);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dion.h41 struct ion_handle *handle; member in struct:ion_allocation_data
45 struct ion_handle *handle; member in struct:ion_fd_data
51 struct ion_handle *handle; member in struct:ion_handle_data
60 struct ion_handle *handle; member in struct:ion_cached_user_buf_data
/hardware/intel/common/libva/va/drm/
H A Dva_drm_auth_x11.c55 void *handle; /* libva-x11.so.1 */ member in struct:drm_auth_x11
62 get_symbol(void *handle, void *func_vptr, const char *name) argument
68 func = (VAGenericFunc)dlsym(handle, name);
95 auth->handle = dlopen(libva_x11_name, RTLD_LAZY | RTLD_GLOBAL);
96 if (!auth->handle) {
106 if (!get_symbol(auth->handle, &vtable->va_dri2_query_extension,
109 if (!get_symbol(auth->handle, &vtable->va_dri2_query_version,
112 if (!get_symbol(auth->handle, &vtable->va_dri2_authenticate,
136 if (auth->handle) {
137 dlclose(auth->handle);
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngPrimaryPlane.h29 bool setDataBuffer(buffer_handle_t handle);
33 void setFramebufferTarget(buffer_handle_t handle);
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferCache.cpp35 bool BufferCache::addMapper(uint64_t handle, BufferMapper* mapper) argument
37 ssize_t index = mBufferPool.indexOfKey(handle);
39 ETRACE("buffer %#llx exists", handle);
44 index = mBufferPool.add(handle, mapper);
71 BufferMapper* BufferCache::getMapper(uint64_t handle) argument
73 ssize_t index = mBufferPool.indexOfKey(handle);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DBufferCache.cpp35 bool BufferCache::addMapper(uint64_t handle, BufferMapper* mapper) argument
37 ssize_t index = mBufferPool.indexOfKey(handle);
39 ELOGTRACE("buffer %#llx exists", handle);
44 index = mBufferPool.add(handle, mapper);
71 BufferMapper* BufferCache::getMapper(uint64_t handle) argument
73 ssize_t index = mBufferPool.indexOfKey(handle);
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h184 * an opaque handle to it.
191 * ion_free - free a handle
193 * @handle: the handle to free
195 * Free the provided handle.
197 void ion_free(struct ion_client *client, struct ion_handle *handle);
200 * ion_phys - returns the physical address and len of a handle
202 * @handle: the handle
206 * This function queries the heap for a particular handle t
412 ion_free(struct ion_client *client, struct ion_handle *handle) argument
416 ion_phys(struct ion_client *client, struct ion_handle *handle, ion_phys_addr_t *addr, size_t *len) argument
422 ion_sg_table(struct ion_client *client, struct ion_handle *handle) argument
428 ion_map_kernel(struct ion_client *client, struct ion_handle *handle, unsigned long flags) argument
434 ion_unmap_kernel(struct ion_client *client, struct ion_handle *handle) argument
437 ion_share_dma_buf(struct ion_client *client, struct ion_handle *handle) argument
447 ion_handle_get_flags(struct ion_client *client, struct ion_handle *handle, unsigned long *flags) argument
453 ion_map_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num, unsigned long align, unsigned long iova_length, unsigned long *iova, unsigned long *buffer_size, unsigned long flags, unsigned long iommu_flags) argument
464 ion_unmap_iommu(struct ion_client *client, struct ion_handle *handle, int domain_num, int partition_num) argument
484 msm_ion_do_cache_op(struct ion_client *client, struct ion_handle *handle, void *vaddr, unsigned long len, unsigned int cmd) argument
518 ion_user_handle_t handle; member in struct:ion_allocation_data
532 ion_user_handle_t handle; member in struct:ion_fd_data
541 ion_user_handle_t handle; member in struct:ion_handle_data
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.cpp55 int gralloc_lock(buffer_handle_t handle, argument
69 err = mAllocMod->lock(mAllocMod, handle, usage,
72 ALOGV("gralloc_lock: handle is %p, usage is %x, vaddr is %p.\n", handle, usage, *vaddr);
109 int gralloc_unlock(buffer_handle_t handle) argument
121 err = mAllocMod->unlock(mAllocMod, handle);
145 int gralloc_getdisplaystatus(buffer_handle_t handle, int* status) argument
150 err = mAllocMod->perform(mAllocMod, GRALLOC_MODULE_GET_DISPLAY_STATUS_IMG, handle, &_status);
154 *status = mAllocMod->perform(mAllocMod, INTEL_UFO_GRALLOC_MODULE_PERFORM_GET_BO_STATUS, handle);
164 int gralloc_getbuffd(buffer_handle_t handle) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dgralloc.h132 * handle this flag. */
165 * This function checks that the handle is indeed a valid one and prepares
168 * It is not necessary to call (*registerBuffer)() on a handle created
174 buffer_handle_t handle);
177 * (*unregisterBuffer)() is called once this handle is no longer needed in
181 * This function doesn't close or free the handle itself; this is done
189 buffer_handle_t handle);
227 buffer_handle_t handle, int usage,
238 buffer_handle_t handle);
266 buffer_handle_t handle, in
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.cpp22 interface_info *getIfaceInfo(wifi_interface_handle handle) argument
24 return (interface_info *)handle;
27 wifi_handle getWifiHandle(wifi_interface_handle handle) argument
29 return getIfaceInfo(handle)->handle;
32 hal_info *getHalInfo(wifi_handle handle) argument
34 return (hal_info *)handle;
37 hal_info *getHalInfo(wifi_interface_handle handle) argument
39 return getHalInfo(getWifiHandle(handle));
52 wifi_error wifi_register_handler(wifi_handle handle, in argument
77 wifi_register_vendor_handler(wifi_handle handle, uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg) argument
103 wifi_unregister_handler(wifi_handle handle, int cmd) argument
129 wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd) argument
153 wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) argument
175 wifi_unregister_cmd(wifi_handle handle, int id) argument
200 wifi_get_cmd(wifi_handle handle, int id) argument
216 wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) argument
233 wifi_handle handle = getWifiHandle(iface); local
[all...]
H A Dcommon.h139 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
157 wifi_handle handle; // handle to wifi data member in struct:__anon187
223 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
224 wifi_error wifi_register_vendor_handler(wifi_handle handle,
227 void wifi_unregister_handler(wifi_handle handle, int cmd);
228 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
230 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
231 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
232 WifiCommand *wifi_get_cmd(wifi_handle handle, in
[all...]
/hardware/libhardware/
H A Dhardware.c65 * return the dlopen handle and the hmi.
73 void *handle = NULL; local
81 handle = dlopen(path, RTLD_NOW);
82 if (handle == NULL) {
91 hmi = (struct hw_module_t *)dlsym(handle, sym);
105 hmi->dso = handle;
113 if (handle != NULL) {
114 dlclose(handle);
115 handle = NULL;
118 ALOGV("loaded HAL id=%s path=%s hmi=%p handle
[all...]

Completed in 1042 milliseconds

1234567891011>>