Searched defs:handle (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h60 class venc_dev *handle; member in class:omx_venc
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h61 class venc_dev *handle; member in class:omx_venc
/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/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/intel/common/libwsbm/src/
H A Dwsbm_priv.h40 uint32_t handle; member in struct:_WsbmKernelBuf
/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.cpp36 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
38 if (!handle) {
39 ALOGE("%s: Private handle is null!", __func__);
42 if (handle->fd_metadata == -1) {
52 handle->fd_metadata, 0);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvinternal.h25 unsigned long handle; member in struct:bvbuffmap
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DGrallocBufferBase.cpp24 GrallocBufferBase::GrallocBufferBase(buffer_handle_t handle) argument
25 : GraphicBuffer(handle)
27 ATRACE("handle = %#x", handle);
28 initBuffer(handle);
31 void GrallocBufferBase::resetBuffer(buffer_handle_t handle) argument
33 GraphicBuffer::resetBuffer(handle);
34 initBuffer(handle);
37 void GrallocBufferBase::initBuffer(buffer_handle_t handle) argument
/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/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DGrallocBufferBase.cpp25 GrallocBufferBase::GrallocBufferBase(uint32_t handle) argument
26 : GraphicBuffer(handle)
28 ALOGTRACE("handle = %#x", handle);
29 initBuffer(handle);
32 void GrallocBufferBase::resetBuffer(uint32_t handle) argument
34 GraphicBuffer::resetBuffer(handle);
35 initBuffer(handle);
38 void GrallocBufferBase::initBuffer(uint32_t /* handle */)
/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/qcom/display/msm8084/libqdutils/
H A DqdMetaData.cpp38 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
40 if (!handle) {
41 ALOGE("%s: Private handle is null!", __func__);
44 if (handle->fd_metadata == -1) {
54 handle->fd_metadata, 0);
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.cpp39 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
41 if (!handle) {
42 ALOGE("%s: Private handle is null!", __func__);
45 if (handle->fd_metadata == -1) {
55 handle->fd_metadata, 0);
/hardware/qcom/display/msm8909/libqdutils/
H A DqdMetaData.cpp39 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
41 if (!handle) {
42 ALOGE("%s: Private handle is null!", __func__);
45 if (handle->fd_metadata == -1) {
55 handle->fd_metadata, 0);
/hardware/qcom/display/msm8994/libqdutils/
H A DqdMetaData.cpp39 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
41 if (!handle) {
42 ALOGE("%s: Private handle is null!", __func__);
45 if (handle->fd_metadata == -1) {
55 handle->fd_metadata, 0);
/hardware/qcom/display/msm8996/libqdutils/
H A DqdMetaData.cpp39 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
41 if (!handle) {
42 ALOGE("%s: Private handle is null!", __func__);
45 if (handle->fd_metadata == -1) {
55 handle->fd_metadata, 0);
/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...]
/hardware/bsp/intel/peripheral/sensors/mraa/sensors/
H A DGroveLight.cpp25 .handle = -1,
49 handle = sensorDescription.handle;
60 int GroveLight::activate(int handle, int enabled) { argument
62 return activateAcquisitionThread(pollFd, handle, enabled);
H A DGroveTemperature.cpp25 .handle = -1,
49 handle = sensorDescription.handle;
60 int GroveTemperature::activate(int handle, int enabled) { argument
62 return activateAcquisitionThread(pollFd, handle, enabled);
H A DLSM303dOrientation.cpp26 .handle = -1,
53 this->handle = sensorDescription.handle;
67 int LSM303dOrientation::activate(int handle, int enabled) { argument
69 return activateAcquisitionThread(pollFd, handle, enabled);
H A DLSM9DS0Accelerometer.cpp26 .handle = -1,
55 handle = sensorDescription.handle;
71 int LSM9DS0Accelerometer::activate(int handle, int enabled) { argument
75 return activateAcquisitionThread(pollFd, handle, enabled);
H A DMMA7660Accelerometer.cpp26 .handle = -1,
54 handle = sensorDescription.handle;
69 int MMA7660Accelerometer::activate(int handle, int enabled) { argument
82 return activateAcquisitionThread(pollFd, handle, enabled);
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A Ddrm_vendor_api.h34 void *handle; member in struct:drm_vendor_api
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h37 void *handle; member in struct:module

Completed in 3000 milliseconds

1234567891011>>