HomeSort by relevance Sort by last modified time
    Searched defs:GetInstance (Results 51 - 75 of 94) sorted by null

1 23 4

  /hardware/nxp/secure_element/libese-spi/src/adaptation/
NfcAdaptation.cpp 54 ** Function: NfcAdaptation::GetInstance()
61 NfcAdaptation& NfcAdaptation::GetInstance() {
210 pInpOutData->inp.context = &NfcAdaptation::GetInstance();
211 NfcAdaptation::GetInstance().mCurrentIoctlData = pInpOutData;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Config.cpp 406 IPACM_Config* IPACM_Config::GetInstance()
IPACM_ConntrackClient.cpp 69 IPACM_ConntrackClient* IPACM_ConntrackClient::GetInstance()
309 pClient = IPACM_ConntrackClient::GetInstance();
368 IPACM_ConntrackClient *pClient = IPACM_ConntrackClient::GetInstance();
397 nat_inst = NatApp::GetInstance();
426 pClient = IPACM_ConntrackClient::GetInstance();
521 pClient = IPACM_ConntrackClient::GetInstance();
610 pClient = IPACM_ConntrackClient::GetInstance();
657 pClient = IPACM_ConntrackClient::GetInstance();
704 pClient = IPACM_ConntrackClient::GetInstance();
IPACM_Conntrack_NATApp.cpp 63 pConfig = IPACM_Config::GetInstance();
114 NatApp* NatApp::GetInstance()
519 OffloadMng = IPACM_OffloadManager::GetInstance();
IPACM_OffloadManager.cpp 127 cc = IPACM_ConntrackClient::GetInstance();
693 IPACM_OffloadManager* IPACM_OffloadManager::GetInstance()
  /external/google-benchmark/src/
benchmark_register.cc 67 static BenchmarkFamilies* GetInstance();
88 BenchmarkFamilies* BenchmarkFamilies::GetInstance() {
211 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance();
221 return BenchmarkFamilies::GetInstance()->FindBenchmarks(re, benchmarks, Err);
473 internal::BenchmarkFamilies::GetInstance()->ClearBenchmarks();
  /external/libchrome/base/
feature_list.cc 227 return GetInstance()->GetAssociatedFieldTrial(feature);
268 FeatureList* FeatureList::GetInstance() {
  /external/libchrome/base/memory/
singleton_unittest.cc 21 static IntSingleton* GetInstance() {
32 static Init5Singleton* GetInstance() {
48 return &IntSingleton::GetInstance()->value_;
52 return &Init5Singleton::GetInstance()->value_;
76 static CallbackSingletonWithNoLeakTrait* GetInstance() {
89 static CallbackSingletonWithLeakTrait* GetInstance() {
100 static CallbackSingletonWithStaticTrait* GetInstance() {
120 static AlignedTestSingleton* GetInstance() {
130 CallbackSingletonWithNoLeakTrait::GetInstance()->callback_ = CallOnQuit;
134 CallbackSingletonWithLeakTrait::GetInstance()->callback_ = CallOnQuit
    [all...]
  /external/libchrome/base/trace_event/
malloc_dump_provider.cc 42 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
53 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, n * size);
64 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
74 MallocDumpProvider::GetInstance()->RemoveAllocation(address);
76 MallocDumpProvider::GetInstance()->InsertAllocation(ptr, size);
82 MallocDumpProvider::GetInstance()->RemoveAllocation(address);
103 MallocDumpProvider::GetInstance()->InsertAllocation(results[i], size);
114 MallocDumpProvider::GetInstance()->RemoveAllocation(to_be_freed[i]);
124 MallocDumpProvider::GetInstance()->RemoveAllocation(ptr);
185 MallocDumpProvider* MallocDumpProvider::GetInstance() {
    [all...]
memory_dump_manager.cc 152 MemoryDumpManager* MemoryDumpManager::GetInstance() {
181 TraceLog::GetInstance()->RemoveEnabledStateObserver(this);
235 RegisterDumpProvider(MallocDumpProvider::GetInstance(), "Malloc", nullptr);
239 RegisterDumpProvider(JavaHeapDumpProvider::GetInstance(), "JavaHeap",
249 !(TraceLog::GetInstance()->enabled_modes() & TraceLog::FILTERING_MODE)) {
269 TraceLog::GetInstance()->SetEnabled(filtering_trace_config,
277 bool is_tracing_already_enabled = TraceLog::GetInstance()->IsEnabled();
278 TraceLog::GetInstance()->AddEnabledStateObserver(this);
437 MemoryDumpScheduler::GetInstance()->EnablePollingIfNeeded();
467 TraceLog::GetInstance()->MangleEventId(g_next_guid.GetNext())
    [all...]
  /external/libcxx/utils/google-benchmark/src/
benchmark_register.cc 67 static BenchmarkFamilies* GetInstance();
88 BenchmarkFamilies* BenchmarkFamilies::GetInstance() {
211 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance();
221 return BenchmarkFamilies::GetInstance()->FindBenchmarks(re, benchmarks, Err);
473 internal::BenchmarkFamilies::GetInstance()->ClearBenchmarks();
  /external/llvm/lib/MC/
MCContext.cpp 229 unsigned MCContext::GetInstance(unsigned LocalLabelVal) {
233 return Label->getInstance();
251 unsigned Instance = GetInstance(LocalLabelVal);
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.cpp 92 m_pFDEFont = CFWL_FontManager::GetInstance()->FindFont(L"Helvetica", 0, 0);
298 CFWL_FontManager* CFWL_FontManager::GetInstance() {
  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 72 JavaVM* jvm = JVM::GetInstance()->jvm();
88 jint res = JVM::GetInstance()->jvm()->DetachCurrentThread();
223 JVM* JVM::GetInstance() {
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 201 Dumpstate& ds = Dumpstate::GetInstance();
623 EXPECT_THAT(Dumpstate::GetInstance().listener_name_, StrEq("whatever"));
624 EXPECT_FALSE(Dumpstate::GetInstance().report_section_);
630 EXPECT_THAT(Dumpstate::GetInstance().listener_name_, StrEq("whatever"));
631 EXPECT_FALSE(Dumpstate::GetInstance().report_section_);
637 Dumpstate::GetInstance().listener_ = nullptr;
641 EXPECT_THAT(Dumpstate::GetInstance().listener_name_, StrEq("whatever"));
642 EXPECT_TRUE(Dumpstate::GetInstance().report_section_);
647 Progress GetInstance(int32_t max, double growth_factor, const std::string& path = "") {
681 Progress progress = GetInstance(10, 1.2); // 20% growth facto
    [all...]
  /hardware/nxp/nfc/halimpl/src/adaptation/
EseAdaptation.cpp 90 ** Function: EseAdaptation::GetInstance()
97 EseAdaptation& EseAdaptation::GetInstance() {
156 EseAdaptation::GetInstance().signal();
261 pInpOutData->inp.context = &EseAdaptation::GetInstance();
262 EseAdaptation::GetInstance().mCurrentIoctlData = pInpOutData;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 76 static bluetooth::headset::Callbacks* GetInstance() {
451 sBluetoothHfpInterface->Init(JniHeadsetCallbacks::GetInstance(),
    [all...]
  /prebuilts/ndk/r16/sources/android/ndk_helper/
JNIHelper.cpp 35 JNIHelper* JNIHelper::GetInstance()
73 JNIHelper& helper = *GetInstance();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_register.cc 67 static BenchmarkFamilies* GetInstance();
85 BenchmarkFamilies* BenchmarkFamilies::GetInstance() {
201 BenchmarkFamilies* families = BenchmarkFamilies::GetInstance();
211 return BenchmarkFamilies::GetInstance()->FindBenchmarks(re, benchmarks, Err);
  /system/bt/osi/include/
metrics.h 112 static BluetoothMetricsLogger* GetInstance() {
  /tools/acloud/internal/lib/
gcompute_client.py 385 def GetInstance(self, instance, zone):
    [all...]
  /external/libchrome/base/debug/
stack_trace_posix.cc 464 static SandboxSymbolizeHelper* GetInstance() {
538 SandboxSymbolizeHelper* instance = GetInstance();
686 SandboxSymbolizeHelper::GetInstance();
  /hardware/nxp/nfc/halimpl/utils/
phNxpConfig.cpp 116 static CNfcConfig& GetInstance();
427 ** Function: CNfcConfig::GetInstance()
434 CNfcConfig& CNfcConfig::GetInstance() {
727 CNfcConfig& rConfig = CNfcConfig::GetInstance();
751 CNfcConfig& rConfig = CNfcConfig::GetInstance();
769 CNfcConfig& rConfig = CNfcConfig::GetInstance();
809 CNfcConfig& rConfig = CNfcConfig::GetInstance();
836 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
849 CNfcConfig& rConfig = CNfcConfig::GetInstance();
863 CNfcConfig& rConfig = CNfcConfig::GetInstance();
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 72 static CNxpNfcConfig& GetInstance();
389 ** Function: CNxpNfcConfig::GetInstance()
396 CNxpNfcConfig& CNxpNfcConfig::GetInstance() {
709 CNxpNfcConfig& rConfig = CNxpNfcConfig::GetInstance();
734 CNxpNfcConfig& rConfig = CNxpNfcConfig::GetInstance();
751 CNxpNfcConfig& rConfig = CNxpNfcConfig::GetInstance();
790 CNxpNfcConfig& rConfig = CNxpNfcConfig::GetInstance();
817 CNxpNfcConfig::GetInstance().readConfig(strPath.c_str(), false);
830 CNxpNfcConfig& rConfig = CNxpNfcConfig::GetInstance();
  /system/nfc/src/adaptation/
NfcAdaptation.cc 156 ** Function: NfcAdaptation::GetInstance()
163 NfcAdaptation& NfcAdaptation::GetInstance() {
420 NfcAdaptation::GetInstance().signal();

Completed in 1534 milliseconds

1 23 4