Searched refs:handle (Results 1 - 25 of 681) sorted by relevance

1234567891011>>

/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngGrallocBuffer.cpp22 TngGrallocBuffer::TngGrallocBuffer(buffer_handle_t handle) argument
23 :GrallocBufferBase(handle)
25 initBuffer(handle);
32 void TngGrallocBuffer::resetBuffer(buffer_handle_t handle) argument
34 GrallocBufferBase::resetBuffer(handle);
35 initBuffer(handle);
38 void TngGrallocBuffer::initBuffer(buffer_handle_t handle) argument
40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle;
45 ETRACE("gralloc handle is null");
/hardware/ti/omap4-aah/camera/inc/
H A DVideoMetadata.h27 void* handle; member in struct:__anon5444
/hardware/ti/omap4xxx/camera/inc/
H A DVideoMetadata.h27 void* handle; member in struct:__anon5565
/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensor.hpp52 * @param handle sensor identifier
56 virtual int activate(int handle, int enabled);
60 * @param handle sensor identifier
64 virtual int setDelay(int handle, int64_t ns);
76 * @param handle sensor identifier
83 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
87 * @param handle sensor identifier
90 virtual int flush(int handle);
101 * @return sensor handle
103 int getHandle() { return handle; }
133 int handle, type; member in class:Sensor
[all...]
H A DSensorsHAL.cpp81 sensorDesc->handle = sensorsNum;
118 int SensorContext::activate(int handle, int enabled) { argument
126 if (handle < 0 || handle >= sensorsNum) {
132 if (sensors[handle] == nullptr) {
133 sensors[handle] = sensorFactoryFuncs[handle](pollFd);
134 if (sensors[handle] == nullptr) {
137 rc = sensors[handle]->activate(handle, enable
170 setDelay(int handle, int64_t ns) argument
228 batch(int handle, int flags, int64_t period_ns, int64_t timeout) argument
242 flush(int handle) argument
270 ActivateWrapper(sensors_poll_device_t *dev, int handle, int enabled) argument
277 SetDelayWrapper(sensors_poll_device_t *dev, int handle, int64_t ns) argument
289 BatchWrapper(sensors_poll_device_1_t *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
297 FlushWrapper(sensors_poll_device_1_t *dev, int handle) argument
[all...]
H A DSensor.cpp27 Sensor::Sensor() : acquisitionThread(nullptr), handle(-1), type(-1), delay(kMaxDelay) {}
36 int Sensor::activate(int handle, int enabled) { return 0; } argument
44 ALOGE("%s: sensor %d doesn't have an acquisition thread", __func__, handle);
66 int Sensor::activateAcquisitionThread(int pollFd, int handle, int enabled) { argument
73 __func__, handle);
79 ALOGE("%s: Sensor %d is already enabled", __func__, handle);
87 ALOGE("%s: Sensor %d is already disabled", __func__, handle);
93 int Sensor::setDelay(int handle, int64_t requestedDelay) { argument
111 int Sensor::batch(int handle, int flags, argument
114 return setDelay(handle, period_n
117 flush(int handle) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngGrallocBuffer.cpp23 TngGrallocBuffer::TngGrallocBuffer(uint32_t handle) argument
24 :GrallocBufferBase(handle)
26 initBuffer(handle);
33 void TngGrallocBuffer::resetBuffer(uint32_t handle) argument
35 GrallocBufferBase::resetBuffer(handle);
36 initBuffer(handle);
39 void TngGrallocBuffer::initBuffer(uint32_t handle) argument
41 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle;
46 ELOGTRACE("gralloc handle is null");
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.h39 int gralloc_lock(buffer_handle_t handle, int usage,
42 int gralloc_unlock(buffer_handle_t handle);
46 int gralloc_getdisplaystatus(buffer_handle_t handle, int* status);
48 int gralloc_getbuffd(buffer_handle_t handle);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvinternal.h25 unsigned long handle; member in struct:bvbuffmap
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DGrallocBufferBase.h26 GrallocBufferBase(uint32_t handle);
28 virtual void resetBuffer(uint32_t handle);
35 void initBuffer(uint32_t handle);
/hardware/ti/omap4-aah/ion/
H A Dion.h27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
H A Dion.c58 unsigned int flags, struct ion_handle **handle)
70 *handle = data.handle;
75 struct ion_handle **handle, size_t *stride)
96 *handle = alloc_data.handle;
100 int ion_free(int fd, struct ion_handle *handle) argument
103 .handle = handle,
108 int ion_map(int fd, struct ion_handle *handle, size_ argument
57 ion_alloc(int fd, size_t len, size_t align, unsigned int flags, struct ion_handle **handle) argument
74 ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, struct ion_handle **handle, size_t *stride) argument
130 ion_share(int fd, struct ion_handle *handle, int *share_fd) argument
147 ion_import(int fd, int share_fd, struct ion_handle **handle) argument
169 ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd) argument
192 ion_flush_cached(int fd, struct ion_handle *handle, size_t length, unsigned char *ptr) argument
203 ion_inval_cached(int fd, struct ion_handle *handle, size_t length, unsigned char *ptr) argument
[all...]
/hardware/ti/omap4xxx/ion/
H A Dion.h27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
H A Dion.c59 struct ion_handle **handle)
71 *handle = data.handle;
76 struct ion_handle **handle, size_t *stride)
95 *handle = alloc_data.handle;
99 int ion_free(int fd, struct ion_handle *handle) argument
102 .handle = handle,
107 int ion_map(int fd, struct ion_handle *handle, size_ argument
58 ion_alloc(int fd, size_t len, size_t align, unsigned int flags, struct ion_handle **handle) argument
75 ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, struct ion_handle **handle, size_t *stride) argument
129 ion_share(int fd, struct ion_handle *handle, int *share_fd) argument
146 ion_import(int fd, int share_fd, struct ion_handle **handle) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DGraphicBuffer.cpp22 GraphicBuffer::GraphicBuffer(buffer_handle_t handle) argument
23 : DataBuffer(handle)
25 initBuffer(handle);
28 void GraphicBuffer::resetBuffer(buffer_handle_t handle) argument
30 DataBuffer::resetBuffer(handle);
31 initBuffer(handle);
70 void GraphicBuffer::initBuffer(buffer_handle_t handle) argument
/hardware/qcom/keymaster/
H A DQSEEComAPI.h71 * @brief Open a handle to the QSEECom device.
89 * @param[in/out] handle The device handle
99 * @brief Close the application associated with the handle.
103 * the "handle" is tied.
106 * @param[in] handle The device handle
110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);
113 * @brief Open a handle to the QSEECom device.
121 * @param[in/out] handle Th
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp197 static void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode);
199 static void disableDevice(alsa_handle_t *handle);
216 int deviceName(alsa_handle_t *handle, unsigned flags, char **value) argument
226 strlcat(ident, handle->useCase, sizeof(ident));
227 ret = snd_use_case_get(handle->ucMgr, ident, (const char **)value);
262 status_t setHardwareParams(alsa_handle_t *handle) argument
267 unsigned int requestedRate = handle->sampleRate;
269 int channels = handle->channels;
278 reqBuffSize = handle->bufferSize;
280 (int) reqBuffSize, handle
344 setSoftwareParams(alsa_handle_t *handle) argument
392 switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode) argument
629 s_open(alsa_handle_t *handle) argument
730 s_start_voip_call(alsa_handle_t *handle) argument
829 s_start_voice_call(alsa_handle_t *handle) argument
949 s_start_fm(alsa_handle_t *handle) argument
1075 s_start(alsa_handle_t *handle) argument
1089 s_close(alsa_handle_t *handle) argument
1147 s_standby(alsa_handle_t *handle) argument
1182 s_route(alsa_handle_t *handle, uint32_t devices, int mode) argument
1272 disableDevice(alsa_handle_t *handle) argument
1789 s_set_csd_handle(void* handle) argument
[all...]
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp39 buffer_handle_t handle,
42 private_handle_t* hnd = (private_handle_t*)handle;
60 buffer_handle_t handle)
62 private_handle_t* hnd = (private_handle_t*)handle;
78 buffer_handle_t handle)
80 if (private_handle_t::validate(handle) < 0)
85 // If a buffer handle is passed from the process that allocated it to a
98 // allocations happen in its process. After returning the buffer handle to
99 // the IGraphicBufferAlloc client, SurfaceFlinger free's its handle to the
102 // buffer belongs to, it will get a new handle t
38 gralloc_map(gralloc_module_t const* , buffer_handle_t handle, void** vaddr) argument
59 gralloc_unmap(gralloc_module_t const* , buffer_handle_t handle) argument
77 gralloc_register_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
127 gralloc_unregister_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
158 gralloc_lock(gralloc_module_t const* , buffer_handle_t handle, int , int , int , int , int , void** vaddr) argument
179 gralloc_unlock(gralloc_module_t const* , buffer_handle_t handle) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DGraphicBuffer.cpp22 GraphicBuffer::GraphicBuffer(uint32_t handle) argument
23 : DataBuffer(handle)
25 initBuffer(handle);
28 void GraphicBuffer::resetBuffer(uint32_t handle) argument
30 DataBuffer::resetBuffer(handle);
31 initBuffer(handle);
70 void GraphicBuffer::initBuffer(uint32_t /*handle*/)
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h65 rpc_loc_client_handle_type loc_handle, /* handle of the client */
85 rpc_loc_client_handle_type handle
90 rpc_loc_client_handle_type handle
95 rpc_loc_client_handle_type handle
100 rpc_loc_client_handle_type handle
105 rpc_loc_client_handle_type handle,
112 rpc_loc_client_handle_type handle,
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h65 rpc_loc_client_handle_type loc_handle, /* handle of the client */
85 rpc_loc_client_handle_type handle
90 rpc_loc_client_handle_type handle
95 rpc_loc_client_handle_type handle
100 rpc_loc_client_handle_type handle
105 rpc_loc_client_handle_type handle,
112 rpc_loc_client_handle_type handle,
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h65 rpc_loc_client_handle_type loc_handle, /* handle of the client */
85 rpc_loc_client_handle_type handle
90 rpc_loc_client_handle_type handle
95 rpc_loc_client_handle_type handle
100 rpc_loc_client_handle_type handle
105 rpc_loc_client_handle_type handle,
112 rpc_loc_client_handle_type handle,
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h65 rpc_loc_client_handle_type loc_handle, /* handle of the client */
85 rpc_loc_client_handle_type handle
90 rpc_loc_client_handle_type handle
95 rpc_loc_client_handle_type handle
100 rpc_loc_client_handle_type handle
105 rpc_loc_client_handle_type handle,
112 rpc_loc_client_handle_type handle,
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h65 rpc_loc_client_handle_type loc_handle, /* handle of the client */
85 rpc_loc_client_handle_type handle
90 rpc_loc_client_handle_type handle
95 rpc_loc_client_handle_type handle
100 rpc_loc_client_handle_type handle
105 rpc_loc_client_handle_type handle,
112 rpc_loc_client_handle_type handle,
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DGrallocBufferBase.h30 GrallocBufferBase(buffer_handle_t handle);
32 virtual void resetBuffer(buffer_handle_t handle);
39 void initBuffer(buffer_handle_t handle);

Completed in 2739 milliseconds

1234567891011>>