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

12

/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/merrifield/include/
H A DHwcomposer.h93 Hwcomposer *instance = sInstance; local
94 if (instance == 0) {
95 instance = createHwcomposer();
96 sInstance = instance;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DHwcomposer.h86 Hwcomposer *instance = sInstance; local
87 if (instance == 0) {
88 instance = createHwcomposer();
89 sInstance = instance;
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Drssi_monitor.h48 static RSSIMonitorCommand* instance(wifi_handle handle, wifi_request_id id);
H A Dwifiloggercmd.h89 static WifiLoggerCommand* instance(wifi_handle handle);
H A Dllstatscommand.h89 static LLStatsCommand* instance(wifi_handle handle);
H A DtdlsCommand.h90 static TdlsCommand* instance(wifi_handle handle);
H A Drssi_monitor.cpp63 RSSIMonitorCommand* RSSIMonitorCommand::instance(wifi_handle handle, function in class:RSSIMonitorCommand
231 rssiCommand = RSSIMonitorCommand::instance(wifiHandle, id);
289 rssiCommand = RSSIMonitorCommand::instance(wifiHandle, id);
H A Dtdls.cpp57 TdlsCommand* TdlsCommand::instance(wifi_handle handle) function in class:TdlsCommand
366 pTdlsCommand = TdlsCommand::instance(handle);
445 pTdlsCommand = TdlsCommand::instance(handle);
495 pTdlsCommand = TdlsCommand::instance(handle);
547 pTdlsCommand = TdlsCommand::instance(handle);
H A Dnancommand.h94 static NanCommand* instance(wifi_handle handle);
H A Dnan.cpp43 // Obtain the singleton instance
49 nanCommand = NanCommand::instance(wifiHandle);
543 nanCommand = NanCommand::instance(wifiHandle);
612 NanCommand* NanCommand::instance(wifi_handle handle) function in class:NanCommand
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_ipc.h31 uint32_t instance; member in struct:msm_ipc_port_name
82 uint32_t instance; member in struct:msm_ipc_server_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_ipc.h14 uint32_t instance; member in struct:msm_ipc_port_name
80 uint32_t instance; member in struct:msm_ipc_server_info
/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/intel/common/libmix/mix_common/src/
H A Dmixparams.c25 static void mix_params_init (GTypeInstance * instance, gpointer klass);
76 static void mix_params_init (GTypeInstance * instance, gpointer klass) argument
78 MixParams *obj = MIX_PARAMS_CAST (instance);
H A Dmixparams.h30 * @returns: reference to cloned instance.
32 * Virtual function prototype for methods to create duplicate of instance.
43 * Virtual function prototype for methods to create copies of instance.
91 * @instance: type instance
97 GTypeInstance instance; member in struct:_MixParams
138 * Create new instance of the object.
148 * Copy data from one instance to the other. This method internally invoked the #MixParams::copy method such that derived object will be copied correctly.
185 * Duplicate the given #MixParams and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.cpp51 static QCameraThermalAdapter instance; local
52 return instance;
/hardware/intel/common/libmix/mix_video/src/
H A Dmixdisplay.c24 static void mix_display_init (GTypeInstance * instance, gpointer klass);
108 mix_display_init (GTypeInstance * instance, gpointer klass) argument
110 MixDisplay *obj = MIX_DISPLAY_CAST (instance);
450 * @returns: a newly allocated #GParamSpec instance
452 * Creates a new #GParamSpec instance that hold #MixDisplay references.
H A Dmixdisplay.h28 * @returns: reference to cloned instance.
30 * Virtual function prototype for methods to create duplicate of instance.
41 * Virtual function prototype for methods to create copies of instance.
91 * @instance: type instance
98 GTypeInstance instance; member in struct:_MixDisplay
140 * Create new instance of the object.
150 * Copy data from one instance to the other. This method internally invoked the #MixDisplay::copy method such that derived object will be copied correctly.
185 * Duplicate the given #MixDisplay and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
195 * Note that the parameter comparison compares the values that are hold inside the object, not for checking if the 2 pointers are of the same instance
[all...]
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h101 void setTestCtxInstance(TestContext *instance);
277 void setTestCtxInst(TestContext *instance);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h213 LocEngReqRelBIT(void* instance, AGpsExtType type,
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_msg.h213 LocEngReqRelBIT(void* instance, AGpsExtType type,

Completed in 720 milliseconds

12