Searched refs:instance (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_vidc.h22 int msm_vidc_close(void *instance);
23 int msm_vidc_querycap(void *instance, struct v4l2_capability *cap);
24 int msm_vidc_enum_fmt(void *instance, struct v4l2_fmtdesc *f);
25 int msm_vidc_s_fmt(void *instance, struct v4l2_format *f);
26 int msm_vidc_g_fmt(void *instance, struct v4l2_format *f);
27 int msm_vidc_s_ctrl(void *instance, struct v4l2_control *a);
28 int msm_vidc_s_ext_ctrl(void *instance, struct v4l2_ext_controls *a);
29 int msm_vidc_g_ctrl(void *instance, struct v4l2_control *a);
30 int msm_vidc_reqbufs(void *instance, struct v4l2_requestbuffers *b);
31 int msm_vidc_prepare_buf(void *instance, struc
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentDefines.h106 OMX_ERRORTYPE CreateInstance(OMX_PTR *instance) {\
107 *instance = NULL;\
112 *instance = inst;\
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
H A Dti_omx_interface.cpp131 TIOMXInterface* instance = (TIOMXInterface*)aInstance; local
132 if (instance)
133 OSCL_DELETE(instance);
/hardware/intel/img/hwcomposer/include/
H A DHwcomposer.h86 Hwcomposer *instance = sInstance; local
87 if (instance == 0) {
88 instance = createHwcomposer();
89 sInstance = instance;
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h74 OMX_ERRORTYPE InstantiateComponent(ComponentBase **instance);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp181 OMX_ERRORTYPE CModule::InstantiateComponent(ComponentBase **instance) argument
186 if (!instance)
188 *instance = NULL;
207 *instance = cbase;
/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h59 static Debug * instance();
149 Ti::Debug * const debug = Ti::Debug::instance(); \
249 inline Debug * Debug::instance() function in class:Ti::Debug
352 Debug * const debug = Debug::instance();
364 Debug * const debug = Debug::instance();
378 Debug * const debug = Debug::instance();
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstatscommand.h99 static LLStatsCommand* instance(wifi_handle handle);
H A Dllstats.cpp70 LLStatsCommand* LLStatsCommand::instance(wifi_handle handle) function in class:LLStatsCommand
581 LLCommand = LLStatsCommand::instance(handle);
635 LLCommand = LLStatsCommand::instance(handle);
706 LLCommand = LLStatsCommand::instance(handle);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h213 LocEngReqRelBIT(void* instance, AGpsExtType type,
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h213 LocEngReqRelBIT(void* instance, AGpsExtType type,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3698 // The newly created TestInfo instance will assume
5138 static UnitTest* const instance = new UnitTest; local
5139 return instance;
5141 static UnitTest instance;
5142 return &instance;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1289 uint instance; member in struct:wl_instance_info

Completed in 465 milliseconds