Searched defs:instance (Results 1 – 10 of 10) sorted by relevance
10 private static instance: AudioRenderer = new AudioRenderer() property in AudioRenderer
15 private static instance: AudioCapturer = new AudioCapturer() property in AudioCapturer
23 private static instance: MediaUtils = new MediaUtils() property in MediaUtils
21 private static instance: CameraService = new CameraService() property in CameraService
76 void WlanCallbackServiceRelease(struct IWlanCallback *instance) in WlanCallbackServiceRelease()
62 static TestParemeter instance; in GetInstance() local95 static VblankCtr instance; in GetInstance() local
140 PluginRender* instance = new PluginRender(id); in GetInstance() local322 PluginRender* instance = PluginRender::GetInstance(id); in NapiChangeShape() local359 PluginRender* instance = PluginRender::GetInstance(id); in NapiDrawTriangle() local396 PluginRender* instance = PluginRender::GetInstance(id); in NapiChangeColor() local
151 PluginRender* instance = PluginRender::GetInstance(id); in GetRender() local
360 UINTPTR instance = 0; variable
490 def get_instance_name(instance): argument