HomeSort by relevance Sort by last modified time
    Searched defs:GetInstance (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/native/vulkan/libvulkan/
vulkan_loader_data.cpp 21 LoaderData& LoaderData::GetInstance() {
  /frameworks/rs/
rsFallbackAdaptation.cpp 45 RsFallbackAdaptation& RsFallbackAdaptation::GetInstance()
48 // constructor of RsHidlAdaptation will only be called when GetInstance is
  /external/skia/src/utils/
SkEventTracer.cpp 52 SkEventTracer* SkEventTracer::GetInstance() {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 55 static GrallocImpl* GetInstance(const struct hw_module_t *module) {
gr_buf_mgr.h 66 static BufferManager* GetInstance() {
  /external/libchrome/base/posix/
global_descriptors.cc 25 GlobalDescriptors* GlobalDescriptors::GetInstance() {
  /external/libchrome/base/threading/
thread_id_name_manager.cc 35 ThreadIdNameManager* ThreadIdNameManager::GetInstance() {
  /external/libmojo/base/android/
build_info.cc 70 BuildInfo* BuildInfo::GetInstance() {
  /external/libmojo/base/trace_event/
java_heap_dump_provider_android.cc 14 JavaHeapDumpProvider* JavaHeapDumpProvider::GetInstance() {
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 53 static GrallocImpl* GetInstance(const struct hw_module_t *module) {
gr_buf_mgr.h 67 static BufferManager* GetInstance() {
  /hardware/qcom/display/msm8998/libdrmutils/
drm_lib_loader.cpp 44 DRMLibLoader *DRMLibLoader::GetInstance() {
drm_master.cpp 60 int DRMMaster::GetInstance(DRMMaster **master) {
drm_res_mgr.cpp 89 int DRMResMgr::GetInstance(DRMResMgr **res_mgr) {
109 int ret = DRMMaster::GetInstance(&master);
  /art/runtime/verifier/
reg_type-inl.h 138 inline const DoubleHiType* DoubleHiType::GetInstance() {
143 inline const DoubleLoType* DoubleLoType::GetInstance() {
148 inline const LongHiType* LongHiType::GetInstance() {
153 inline const LongLoType* LongLoType::GetInstance() {
158 inline const FloatType* FloatType::GetInstance() {
163 inline const CharType* CharType::GetInstance() {
168 inline const ShortType* ShortType::GetInstance() {
173 inline const ByteType* ByteType::GetInstance() {
179 inline const IntegerType* IntegerType::GetInstance() {
184 inline const BooleanType* BooleanType::GetInstance() {
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
traffic_control_win.cc 27 TrafficControlWindows* TrafficControlWindows::GetInstance(
  /libcore/ojluni/src/main/java/sun/security/jca/
GetInstance.java 34 * Collection of utility methods to facilitate implementing getInstance()
40 public class GetInstance {
42 private GetInstance() {
139 * For all the getInstance() methods below:
152 public static Instance getInstance(String type, Class<?> clazz,
164 return getInstance(firstService, clazz);
176 return getInstance(s, clazz);
184 public static Instance getInstance(String type, Class<?> clazz,
190 return getInstance(s, clazz, param);
203 public static Instance getInstance(String type, Class<?> clazz
    [all...]
  /system/bt/service/ipc/binder/
interface_with_instances_base.cc 94 InterfaceWithInstancesBase::GetInstance(int instance_id) {
  /system/core/init/
init_parser.cpp 33 Parser& Parser::GetInstance() {
148 ServiceManager::GetInstance().DumpState();
149 ActionManager::GetInstance().DumpState();
  /external/libbrillo/brillo/minijail/
minijail.cc 21 Minijail* Minijail::GetInstance() {
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 28 CALLER_ATTACH FontFactory* FontFactory::GetInstance() {
  /external/webrtc/webrtc/base/
referencecountedsingletonfactory.h 51 Interface* GetInstance() {
145 instance_ = factory_->GetInstance();
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.h 84 static GLContext* GetInstance()
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.h 84 static GLContext* GetInstance()
  /external/libbrillo/brillo/
flag_helper.cc 164 brillo::FlagHelper* FlagHelper::GetInstance() {
179 brillo::FlagHelper* helper = GetInstance();
186 GetInstance()->SetUsageMessage(help_usage);
188 GetInstance()->UpdateFlagValues();

Completed in 842 milliseconds

1 2 3