Searched refs:p_handle (Results 1 – 3 of 3) sorted by relevance
622 effect_handle_t *p_handle) in vol_prc_lib_create() argument633 if (p_handle == NULL || uuid == NULL) { in vol_prc_lib_create()634 ALOGE("%s: %s is NULL", __func__, (p_handle == NULL) ? "p_handle" : "uuid"); in vol_prc_lib_create()679 *p_handle = (effect_handle_t)context; in vol_prc_lib_create()
94 img_mem_handle_t *p_handle);95 int (*img_buffer_release)(img_mem_handle_t *p_handle);96 int (*img_buffer_cacheops)(img_mem_handle_t *p_handle, img_cache_ops_t ops,
3713 private_handle_t *p_handle; in buffer_use_op() local3717 p_handle = (private_handle_t *) p_buffer; in buffer_use_op()3719 if (((OMX_U32) p_handle->size) < m_port_op.def.nBufferSize) in buffer_use_op()3723 p_handle->size, in buffer_use_op()3730 m_port_op.def.nBufferSize = p_handle->size; in buffer_use_op()3733 p_handle->size, in buffer_use_op()3736 p_handle->fd, in buffer_use_op()3742 p_handle->fd, in buffer_use_op()3743 p_handle->size); in buffer_use_op()3750 p_buffer_payload->pmem_fd = p_handle->fd; in buffer_use_op()[all …]