HomeSort by relevance Sort by last modified time
    Searched refs:GetInstance (Results 226 - 250 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc 77 : j_environment_(JVM::GetInstance()->environment()),
103 JVM::GetInstance()->context(), PointerTojlong(this))));
audio_track_jni.cc 72 : j_environment_(JVM::GetInstance()->environment()),
96 JVM::GetInstance()->context(), PointerTojlong(this))));
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 36 ::testing::UnitTest::GetInstance()->current_test_info();
43 ::testing::UnitTest::GetInstance()->current_test_info();
  /libcore/ojluni/src/main/java/javax/crypto/
KeyGenerator.java 35 import sun.security.jca.GetInstance.Instance;
40 * <p>Key generators are constructed using one of the <code>getInstance</code>
209 List list = GetInstance.getServices("KeyGenerator", algorithm);
223 * <code>getInstance</code> calls that created this
261 public static final KeyGenerator getInstance(String algorithm)
302 public static final KeyGenerator getInstance(String algorithm,
305 Instance instance = JceSecurity.getInstance("KeyGenerator",
341 public static final KeyGenerator getInstance(String algorithm,
343 Instance instance = JceSecurity.getInstance("KeyGenerator",
ExemptionMechanism.java 38 import sun.security.jca.GetInstance.Instance;
92 * <code>getInstance</code> calls that created this
134 public static final ExemptionMechanism getInstance(String algorithm)
136 Instance instance = JceSecurity.getInstance("ExemptionMechanism",
181 public static final ExemptionMechanism getInstance(String algorithm,
184 Instance instance = JceSecurity.getInstance("ExemptionMechanism",
222 public static final ExemptionMechanism getInstance(String algorithm,
224 Instance instance = JceSecurity.getInstance("ExemptionMechanism",
  /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/connectivity/shill/pppoe/
pppoe_service.cc 62 ppp_device_factory_(PPPDeviceFactory::GetInstance()),
63 process_manager_(ProcessManager::GetInstance()),
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 58 dbus_service_watcher_factory_(DBusServiceWatcherFactory::GetInstance()) {}
359 ScopeLogger::GetInstance()->set_verbose_level(-level);
384 *tags = ScopeLogger::GetInstance()->GetEnabledScopeNames();
391 ScopeLogger::GetInstance()->EnableScopesByName(tags);
398 *tags = ScopeLogger::GetInstance()->GetAllScopeNames();
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 55 if( ndk_helper::GLContext::GetInstance()->GetGLVersion() >= 3.0 )
59 else if( ndk_helper::GLContext::GetInstance()->CheckExtension( "GL_NV_draw_instanced" )
60 && ndk_helper::GLContext::GetInstance()->CheckExtension(
MoreTeapotsNativeActivity.cpp 115 gl_context_ = ndk_helper::GLContext::GetInstance();
451 ndk_helper::JNIHelper::GetInstance()->Init( state->activity, HELPER_CLASS_NAME );
  /frameworks/native/vulkan/libvulkan/
layers_extensions.cpp 113 auto app_namespace = LoaderData::GetInstance().app_namespace;
430 if (!LoaderData::GetInstance().layer_path.empty())
431 DiscoverLayersInPathList(LoaderData::GetInstance().layer_path);
  /external/libbrillo/brillo/minijail/
minijail.cc 21 Minijail* Minijail::GetInstance() {
  /external/libchrome/base/trace_event/
process_memory_maps_dump_provider.cc 141 ProcessMemoryMapsDumpProvider* ProcessMemoryMapsDumpProvider::GetInstance() {
process_memory_maps_dump_provider_unittest.cc 126 auto pmmdp = ProcessMemoryMapsDumpProvider::GetInstance();
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRGridSampler.cpp 30 CBC_QRGridSampler& CBC_QRGridSampler::GetInstance() {
  /system/bt/service/ipc/binder/
interface_with_instances_base.cpp 97 InterfaceWithInstancesBase::GetInstance(int instance_id) {
  /system/connectivity/dhcp_client/
device_info_unittest.cc 54 device_info_ = DeviceInfo::GetInstance();
  /system/connectivity/shill/
active_link_monitor_unittest.cc 156 ScopeLogger::GetInstance()->EnableScopesByName("link");
157 ScopeLogger::GetInstance()->set_verbose_level(4);
179 ScopeLogger::GetInstance()->EnableScopesByName("-link");
180 ScopeLogger::GetInstance()->set_verbose_level(0);
connection.cc 134 resolver_(Resolver::GetInstance()),
136 dns_server_proxy_factory_(DNSServerProxyFactory::GetInstance()),
138 routing_table_(RoutingTable::GetInstance()),
139 rtnl_handler_(RTNLHandler::GetInstance()),
portal_detector.cc 67 time_(Time::GetInstance()),
  /system/connectivity/shill/cellular/
modem.cc 60 rtnl_handler_(RTNLHandler::GetInstance()),
  /system/connectivity/shill/dhcp/
dhcp_provider.cc 77 DHCPProvider* DHCPProvider::GetInstance() {
  /system/core/init/
action.h 94 static ActionManager& GetInstance();
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 35 JNIHelper* JNIHelper::GetInstance()
73 JNIHelper& helper = *GetInstance();
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 92 ** Function: NfcAdaptation::GetInstance()
99 NfcAdaptation& NfcAdaptation::GetInstance()
278 NfcAdaptation::GetInstance().signal();

Completed in 2506 milliseconds

1 2 3 4 5 6 7 8 91011>>