Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/Wifi/service/
Dwifi.rc30 mkdir /sys/kernel/debug/tracing/instances/wifi 711
31 restorecon_recursive /sys/kernel/debug/tracing/instances/wifi
32 write /sys/kernel/debug/tracing/instances/wifi/tracing_on 0
33 write /sys/kernel/debug/tracing/instances/wifi/buffer_size_kb 1
34 write /sys/kernel/debug/tracing/instances/wifi/trace_options disable_on_free
36 mkdir /sys/kernel/tracing/instances/wifi 711
37 restorecon_recursive /sys/kernel/tracing/instances/wifi
38 write /sys/kernel/tracing/instances/wifi/tracing_on 0
39 write /sys/kernel/tracing/instances/wifi/buffer_size_kb 1
40 write /sys/kernel/tracing/instances/wifi/trace_options disable_on_free
[all …]
/packages/providers/CalendarProvider/
Dmaketests.py103 instances = [] variable
107 instances.append((startTime,endTime))
109 instances = map(fixInstance, instances) variable
110 instances.sort()
122 for i in instances:
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dtopstack.rs30 Arc::new(Mutex::new(DispatchContainer { instances: HashMap::new() }));
70 instances: HashMap<TypeId, InstanceBox>, field
83 if let Some(value) = self.instances.get(&typeid) { in get()
101 self.instances.insert(TypeId::of::<T>(), Box::new(obj)).is_some() in set()
/packages/services/Car/service/src/com/android/car/remoteaccess/hal/
DRemoteAccessHalWrapper.java379 String[] instances = ServiceManagerHelper.getDeclaredInstances(IRemoteAccess.DESCRIPTOR); in getRemoteAccessHalService() local
380 if (instances == null || instances.length == 0) { in getRemoteAccessHalService()
385 for (int i = 0; i < instances.length; i++) { in getRemoteAccessHalService()
386 String fqName = IRemoteAccess.DESCRIPTOR + "/" + instances[i]; in getRemoteAccessHalService()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiApIfaceAidlImpl.java75 String[] instances = mWifiApIface.getBridgedInstances(); in getBridgedInstances()
76 if (instances == null) { in getBridgedInstances()
80 return Arrays.asList(instances); in getBridgedInstances()
DWifiApIfaceHidlImpl.java132 ap15.getBridgedInstances((status, instances) -> { in getBridgedInstancesInternal() argument
134 instancesResp.value = new ArrayList<>(instances); in getBridgedInstancesInternal()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServiceManagerInterface.java113 public static void setInstances(SystemInterface[] instances) { in setInstances() argument
114 sInstances = instances; in setInstances()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmStateManager.kt822 val instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId) in <lambda>() constant
823 for (instance in instances) { in <lambda>()
837 val instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId) in <lambda>() constant
838 for (instance in instances) { in <lambda>()
863 val instances = AlarmInstance.getInstances( in <lambda>() constant
865 instances.sortWith(Comparator { lhs, rhs -> rhs.alarmTime.compareTo(lhs.alarmTime) }) in <lambda>()
867 for (instance in instances) { in <lambda>()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DSystemInterfaceTest.java107 SystemInterface[] instances = ServiceManagerInterface.getAllInstances(); in testGetDeclaredInstances() local
108 assertThat(instances).asList().isNotEmpty(); in testGetDeclaredInstances()
110 Set<String> instanceNames = Arrays.stream(instances) in testGetDeclaredInstances()
132 SystemInterface[] instances = ServiceManagerInterface.getAllInstances(); in testGetAllInstancesWithUnsupportedService() local
133 assertThat(instances).isEmpty(); in testGetAllInstancesWithUnsupportedService()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.kt689 private val instances: WeakHashMap<Context, WeakReference<CalendarController>> = constant
708 synchronized(instances) { in getInstance()
710 val weakController: WeakReference<CalendarController>? = instances.get(context) in getInstance()
716 instances.put(context, WeakReference(controller)) in getInstance()
729 instances.remove(context) in removeInstance()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java48 CalendarInstancesHelper.InstancesList instances = get(syncIdKey); in add() local
49 if (instances == null) { in add()
50 instances = new CalendarInstancesHelper.InstancesList(); in add()
51 put(syncIdKey, instances); in add()
53 instances.add(values); in add()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java654 List<String> instances = mWifiNative.getBridgedApInstances(mApInterfaceName); in getBridgedApDowngradeIfaceInstanceForRemoval() local
655 if (instances == null || instances.size() == 1) { in getBridgedApDowngradeIfaceInstanceForRemoval()
1509 Set<String> instances = mCurrentSoftApInfoMap.keySet(); in rescheduleBothBridgedInstancesTimeoutMessage() local
1510 String HighestFrequencyInstance = getHighestFrequencyInstance(instances); in rescheduleBothBridgedInstancesTimeoutMessage()
1512 for (String instance : instances) { in rescheduleBothBridgedInstancesTimeoutMessage()
2058 List<String> instances = in processMessageImpl() local
2067 } else if (mCurrentSoftApInfoMap.size() == 1 && instances != null in processMessageImpl()
2068 && instances.size() == 1) { in processMessageImpl()
2069 if (!mCurrentSoftApInfoMap.containsKey(instances.get(0))) { in processMessageImpl()
DWifiNative.java1625 List<String> instances = getBridgedApInstances(iface.name); in setupInterfaceForSoftApMode() local
1626 if (instances == null || instances.size() == 0) { in setupInterfaceForSoftApMode()
1635 ifaceInstanceName = instances.get(0); in setupInterfaceForSoftApMode()
4926 List<String> instances = getBridgedApInstances(ifaceName);
4927 if (instances != null && instances.size() != 0) {
4929 instances.get(0));
/packages/modules/common/sdk/
DModuleDefaults.bp20 // Defaults common to all mainline module java_sdk_library instances.
115 // Defaults for mainline module provided java_sdk_library instances.
143 // Defaults for mainline module system server provided java_sdk_library instances.
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/
DREADME.md190 ## Custom test instances
193 test instances from the class running your tests inside the test SDK.
224 One example is if you want to reuse an sdk in order to test multiple test instances. For this you
/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java168 String[] instances = ServiceManager.getDeclaredInstances( in isValidInstance() local
170 for (String i : instances) { in isValidInstance()
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarmInstance.kt518 val instances = getInstancesByAlarmId(contentResolver, alarmId) in deleteOtherInstances() constant
519 for (instance in instances) { in deleteOtherInstances()
/packages/modules/adb/
DOVERVIEW.TXT7 - keep track of all Android devices and emulators instances
20 as well as when emulator instances start/stop.
DSERVICES.TXT41 instances start.
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto281 // Histogram counting instances of scans with N many ScanResults with unique ssids
284 // Histogram counting instances of scans with N many ScanResults/bssids
287 // Histogram counting instances of scans with N many unique open ssids
290 // Histogram counting instances of scans with N many bssids for open networks
293 // Histogram counting instances of scans with N many unique ssids for saved networks
296 // Histogram counting instances of scans with N many bssids for saved networks
299 // Histogram counting instances of scans with N many unique SSIDs for open or saved networks
302 // Histogram counting instances of scans with N many BSSIDs for open or saved networks
305 …// Histogram counting instances of scans with N many ScanResults matching unique saved passpoint p…
308 …// Histogram counting instances of scans with N many ScanResults BSSIDs matching a saved passpoint…
[all …]
/packages/modules/Bluetooth/tools/rootcanal/
DREADME.md60 All RootCanal instances expose four TCP ports:
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java391 long[] instances; field in CalendarProvider2Test.VerifyAllInstances
408 this.instances = new long[len]; in VerifyAllInstances()
412 this.instances[index++] = time.toMillis(); in VerifyAllInstances()
419 if (instances != null) { in execute()
420 len = instances.length; in execute()
427 if (instances == null) { in execute()
438 for (long instance : instances) { in execute()
/packages/modules/Virtualization/docs/
Dupdatable_vm.md3 From Android V+, AVF (with Microdroid) supports Updatable VMs. This allows the VM instances to
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1449 # relations between templates and their instances.
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1449 # relations between templates and their instances.

12