/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | BaseTest.java | 83 protected abstract void initProbePass(int probe); in initProbePass() argument 109 int probe = (lowLimit + upLimit) / 2; in run() local 110 if (probe == lowLimit) { in run() 111 Log.i(TAG, "Test done: " + DOUBLE_FORMATTER.format(probe * getUnitScale()) + in run() 113 return probe * getUnitScale(); in run() 116 Log.i(TAG, "Start probe: " + DOUBLE_FORMATTER.format(probe * getUnitScale()) + " " + in run() 118 initProbePass(probe); in run() 136 Log.i(TAG, "Finish probe: " + DOUBLE_FORMATTER.format(probe * getUnitScale()) + in run() 139 upLimit = probe; in run() 141 lowLimit = probe; in run()
|
H A D | ControlsTest.java | 36 protected void initProbePass(int probe) { in initProbePass() argument 43 initUnits(probe * getUnitScale()); in initProbePass()
|
H A D | OpenGLTest.java | 61 protected void initProbePass(int probe) { in initProbePass() argument 69 getView().setFrameDrawer(new ParamFrameDrawer(probe * getUnitScale())); in initProbePass()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
H A D | MediaPresetReverbTest.java | 197 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local 209 probe = new EnergyProbe(0); in test2_0AuxiliarySoundModification() 232 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 255 if (probe != null) { in test2_0AuxiliarySoundModification() 256 probe.release(); in test2_0AuxiliarySoundModification() 269 EnergyProbe probe = null; in test2_1InsertSoundModification() local 307 probe = new EnergyProbe(0); in test2_1InsertSoundModification() 315 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification() 340 if (probe != null) { in test2_1InsertSoundModification() 341 probe.release(); in test2_1InsertSoundModification()
|
H A D | MediaEnvReverbTest.java | 352 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local 364 probe = new EnergyProbe(0); in test2_0AuxiliarySoundModification() 389 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 412 if (probe != null) { in test2_0AuxiliarySoundModification() 413 probe.release(); in test2_0AuxiliarySoundModification() 426 EnergyProbe probe = null; in test2_1InsertSoundModification() local 466 probe = new EnergyProbe(0); in test2_1InsertSoundModification() 474 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification() 499 if (probe != null) { in test2_1InsertSoundModification() 500 probe.release(); in test2_1InsertSoundModification()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BundleMergerTest.java | 252 final Bundle probe = new Bundle(); in testMerge_Simple() local 253 probe.putInt(Intent.EXTRA_INDEX, 42); in testMerge_Simple() 256 assertEquals(probe.keySet(), merger.merge(probe, null).keySet()); in testMerge_Simple() 257 assertEquals(probe.keySet(), merger.merge(null, probe).keySet()); in testMerge_Simple() 258 assertEquals(probe.keySet(), merger.merge(probe, probe).keySet()); in testMerge_Simple()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | CallbackWithProbe.java | 35 public CallbackWithProbe(@NonNull T probe, boolean startWithClient) { in CallbackWithProbe() argument 36 mProbe = probe; in CallbackWithProbe()
|
/aosp14/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 131 // Logs IpReachabilityMonitor probe events and NUD_FAILED events. 135 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent. 139 // The event type code of the probe, represented by constants defined in 168 // The id of the network for which the probe was sent. 172 // The time it took for that probe to complete or time out. 175 // The type of portal probe, represented by PROBE_* constants defined in 179 // The http code result of the probe test. 438 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent. 577 // An IP reachability probe event. 600 // A network validation probe event.
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | MovePackageHelper.java | 106 final File probe = new File(pkg.getPath()); in movePackageInternal() local 107 final File probeOat = new File(probe, "oat"); in movePackageInternal() 108 if (!probe.isDirectory() || !probeOat.isDirectory()) { in movePackageInternal()
|
/aosp14/frameworks/base/media/java/android/media/audiofx/ |
H A D | AudioEffect.java | 505 int audioSession, @Nullable AudioDeviceAttributes device, boolean probe) in AudioEffect() argument 530 attributionSourceState.getParcel(), probe); in AudioEffect() 550 if (!probe) { in AudioEffect() 1398 @NonNull Parcel attributionSource, boolean probe); in native_setup() argument
|
/aosp14/frameworks/base/media/jni/audioeffect/ |
H A D | Visualizer.h | 83 bool probe = false);
|
H A D | Visualizer.cpp | 57 bool probe) in set() argument 60 SL_IID_VISUALIZATION, nullptr, priority, cbf, user, sessionId, io, device, probe); in set()
|
H A D | android_media_AudioEffect.cpp | 281 jintArray jId, jobjectArray javadesc, jobject jAttributionSource, jboolean probe) in android_media_AudioEffect_native_setup() argument 364 probe); in android_media_AudioEffect_native_setup() 403 if (probe) { in android_media_AudioEffect_native_setup()
|
/aosp14/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 59 a probe of the file-system types and space remaining.
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 28601 HSPLjava/util/ImmutableCollections$MapN;->probe(Ljava/lang/Object;)I+]Ljava/lang/Object;Ljava/lang/… 28604 HSPLjava/util/ImmutableCollections$SetN;->probe(Ljava/lang/Object;)I
|