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

1234567891011>>

/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp42 void* handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); local
48 (Allocation1DDataFnPtr)dlsym(handle, "rsAllocation1DData"),
51 (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead"),
53 (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData"),
55 (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead"),
57 (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"),
59 (Allocation3DReadFnPtr)dlsym(handle, "rsAllocation3DRead"),
61 handle, "rsAllocationAdapterCreate"),
63 handle, "rsAllocationAdapterOffset"),
65 handle, "rsAllocationCopy2DRang
[all...]
/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);
44 int gralloc_register(buffer_handle_t handle);
46 int gralloc_unregister(buffer_handle_t handle);
50 int gralloc_getdisplaystatus(buffer_handle_t handle, int* status);
52 int gralloc_getbuffd(buffer_handle_t handle);
/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");
H A DTngGrallocBuffer.h31 TngGrallocBuffer(buffer_handle_t handle);
34 void resetBuffer(buffer_handle_t handle);
37 void initBuffer(buffer_handle_t handle);
/hardware/interfaces/dumpstate/1.0/
H A DIDumpstateDevice.hal23 dumpstateBoard(handle h);
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc.h33 (const gralloc_module_t *g, buffer_handle_t handle)
35 return g->registerBuffer(g, handle);
39 (const gralloc_module_t *g, buffer_handle_t handle)
41 return g->unregisterBuffer(g, handle);
46 buffer_handle_t *handle, int *stride)
48 return d->alloc(d, w, h, format, usage, handle, stride);
52 (alloc_device_t *d, buffer_handle_t handle)
54 return d->free(d, handle);
58 (const gralloc_module_t *g, buffer_handle_t handle, int usage,
61 return g->lockAsync(g, handle, usag
32 gralloc0_register_img(const gralloc_module_t *g, buffer_handle_t handle) argument
38 gralloc0_unregister_img(const gralloc_module_t *g, buffer_handle_t handle) argument
44 gralloc0_device_alloc_img(alloc_device_t *d, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride) argument
51 gralloc0_device_free_img(alloc_device_t *d, buffer_handle_t handle) argument
57 gralloc0_lock_async_img(const gralloc_module_t *g, buffer_handle_t handle, int usage, const gralloc1_rect_t *r, void **vaddr, int acquireFence) argument
66 gralloc0_unlock_async_img(const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence) argument
81 gralloc0_get_buffer_cpu_addresses_img(const gralloc_module_t *g, buffer_handle_t handle, void **vaddrs, size_t *sizes) argument
89 gralloc0_put_buffer_cpu_addresses_img(const gralloc_module_t *g, buffer_handle_t handle) argument
101 gralloc0_get_display_status_img(const gralloc_module_t *g, buffer_handle_t handle, uint32_t *pui32Status) argument
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc.h33 (const gralloc_module_t *g, buffer_handle_t handle)
35 return g->registerBuffer(g, handle);
39 (const gralloc_module_t *g, buffer_handle_t handle)
41 return g->unregisterBuffer(g, handle);
46 buffer_handle_t *handle, int *stride)
48 return d->alloc(d, w, h, format, usage, handle, stride);
52 (alloc_device_t *d, buffer_handle_t handle)
54 return d->free(d, handle);
58 (const gralloc_module_t *g, buffer_handle_t handle, int usage,
61 return g->lockAsync(g, handle, usag
32 gralloc0_register_img(const gralloc_module_t *g, buffer_handle_t handle) argument
38 gralloc0_unregister_img(const gralloc_module_t *g, buffer_handle_t handle) argument
44 gralloc0_device_alloc_img(alloc_device_t *d, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride) argument
51 gralloc0_device_free_img(alloc_device_t *d, buffer_handle_t handle) argument
57 gralloc0_lock_async_img(const gralloc_module_t *g, buffer_handle_t handle, int usage, const gralloc1_rect_t *r, void **vaddr, int acquireFence) argument
66 gralloc0_unlock_async_img(const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence) argument
81 gralloc0_get_buffer_cpu_addresses_img(const gralloc_module_t *g, buffer_handle_t handle, void **vaddrs, size_t *sizes) argument
89 gralloc0_put_buffer_cpu_addresses_img(const gralloc_module_t *g, buffer_handle_t handle) argument
101 gralloc0_get_display_status_img(const gralloc_module_t *g, buffer_handle_t handle, uint32_t *pui32Status) 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");
H A DTngGrallocBuffer.h31 TngGrallocBuffer(uint32_t handle);
34 void resetBuffer(uint32_t handle);
37 void initBuffer(uint32_t handle);
/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp53 // make a clone for hwcomposer2. We also need to translate empty handle
55 bool HandleImporter::importBuffer(buffer_handle_t& handle) { argument
56 if (!handle->numFds && !handle->numInts) {
57 handle = nullptr;
74 hidl_handle(handle),
90 handle = importedHandle;
95 void HandleImporter::freeBuffer(buffer_handle_t handle) { argument
96 if (!handle) {
106 auto ret = mMapper->freeBuffer(const_cast<native_handle_t*>(handle));
113 importFence(const native_handle_t* handle, int& fd) const argument
[all...]
/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/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/libhardware/modules/sensors/dynamic_sensor/
H A DDynamicSensorManager.cpp51 handleBase, // handle
73 bool DynamicSensorManager::owns(int handle) const {
74 return handle >= mHandleRange.first && handle < mHandleRange.second;
77 int DynamicSensorManager::activate(int handle, bool enable) { argument
78 if (handle == mHandleRange.first) {
86 mPendingReport.erase(handle);
89 return operateSensor(handle,
95 int DynamicSensorManager::batch(int handle, nsecs_t sample_period, nsecs_t batch_period) { argument
96 if (handle
106 setDelay(int handle, nsecs_t sample_period) argument
110 flush(int 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);
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBuffer.cpp22 PnwGrallocBuffer::PnwGrallocBuffer(uint32_t handle) argument
23 :GrallocBufferBase(handle)
26 (struct PnwIMGGrallocBuffer*)handle;
31 ETRACE("gralloc handle is null");
/hardware/intel/common/libwsbm/src/
H A Dwsbm_priv.h40 uint32_t handle; member in struct:_WsbmKernelBuf

Completed in 3461 milliseconds

1234567891011>>