/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
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()
|
D | ControlsTest.java | 36 protected void initProbePass(int probe) { in initProbePass() argument 43 initUnits(probe * getUnitScale()); in initProbePass()
|
D | OpenGLTest.java | 61 protected void initProbePass(int probe) { in initProbePass() argument 69 getView().setFrameDrawer(new ParamFrameDrawer(probe * getUnitScale())); in initProbePass()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaPresetReverbTest.java | 191 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local 203 probe = new EnergyProbe(0); in test2_0AuxiliarySoundModification() 226 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 249 if (probe != null) { in test2_0AuxiliarySoundModification() 250 probe.release(); in test2_0AuxiliarySoundModification() 263 EnergyProbe probe = null; in test2_1InsertSoundModification() local 301 probe = new EnergyProbe(0); in test2_1InsertSoundModification() 309 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification() 334 if (probe != null) { in test2_1InsertSoundModification() 335 probe.release(); in test2_1InsertSoundModification()
|
D | MediaEnvReverbTest.java | 346 EnergyProbe probe = null; in test2_0AuxiliarySoundModification() local 358 probe = new EnergyProbe(0); in test2_0AuxiliarySoundModification() 383 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification() 406 if (probe != null) { in test2_0AuxiliarySoundModification() 407 probe.release(); in test2_0AuxiliarySoundModification() 420 EnergyProbe probe = null; in test2_1InsertSoundModification() local 460 probe = new EnergyProbe(0); in test2_1InsertSoundModification() 468 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification() 493 if (probe != null) { in test2_1InsertSoundModification() 494 probe.release(); in test2_1InsertSoundModification()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashBase.tcc | 123 const unsigned int probe = 1; in lookUpBucketFor() local 150 index += probe; in lookUpBucketFor() 166 const unsigned int probe = 1; in findKey() local 181 index += probe; in findKey() 225 const unsigned int probe = 1; in doRehash() local 227 new_bucket += probe; in doRehash()
|
D | HashIterator.h | 35 const unsigned int probe = 1; in ChainIteratorBase() local 46 m_Index += probe; in ChainIteratorBase() 105 const unsigned int probe = 1; in advance() local 107 m_Index += probe; in advance()
|
/frameworks/proto_logging/stats/enums/stats/connectivity/ |
D | network_stack.proto | 113 // DNS query for the probe host returned a private IP address 210 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable; 212 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable and 215 // Forced nud probe after receiving CMD_CONFIRM from IpReachabilityMonitor, neighbor is 218 // Forced nud probe after receiving CMD_CONFIRM from IpReachabilityMonitor, neighbor is 225 // NUD probe failure due to neighbor's MAC address has changed. 227 // NUD probe failure due to neighbor's MAC address has changed after roaming. 229 // NUD probe failure due to neighbor's MAC address has changed after receiving CMD_CONFIRM. 231 // NUD probe failure due to neighbor's MAC address has changed during organic probes.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/ |
D | DtmfTransport.java | 372 String probe; in handleProbeMessage() local 374 probe = mProbeDigits.toString(); in handleProbeMessage() 381 if (probe.startsWith(String.valueOf(DTMF_MESSAGE_START)) in handleProbeMessage() 382 && probe.endsWith(String.valueOf(DTMF_MESSAGE_DELIMITER)) in handleProbeMessage() 383 && probe.length() > 2) { in handleProbeMessage() 384 mProtocolVersion = probe.substring(1,probe.length() - 1); in handleProbeMessage() 386 probe); in handleProbeMessage() 389 Log.i(this, "handleProbeMessage: got invalid probe %s - negotiation failed.", probe); in handleProbeMessage()
|
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | CallbackWithProbe.java | 35 public CallbackWithProbe(@NonNull T probe, boolean startWithClient) { in CallbackWithProbe() argument 36 mProbe = probe; in CallbackWithProbe()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
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()
|
/frameworks/av/media/libaudioclient/ |
D | AudioEffect.cpp | 68 bool probe, in set() argument 96 mProbe = probe; in set() 121 request.probe = probe; in set() 142 if (probe || iEffect == 0 || (mStatus != NO_ERROR && mStatus != ALREADY_EXISTS)) { in set() 146 ALOGE_IF(!probe, "set(): AudioFlinger could not create effect %s / %s, status: %d", in set() 150 if (!probe && iEffect == 0) { in set() 227 bool probe, in set() argument 235 return set(type, uuid, priority, mLegacyWrapper, sessionId, io, device, probe, in set() 245 bool probe, in set() argument 264 device, probe, notifyFramesProcessed); in set() [all …]
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioEffect.h | 434 bool probe = false, 445 bool probe = false, 457 bool probe = false, 469 bool probe = false,
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | CreateEffectRequest.aidl | 39 boolean probe;
|
/frameworks/base/proto/src/ |
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.
|
/frameworks/av/services/audioflinger/ |
D | DeviceEffectManager.cpp | 106 bool probe, in createEffect_l() argument 114 if (probe || lStatus != NO_ERROR) { in createEffect_l()
|
D | DeviceEffectManager.h | 55 bool probe,
|
D | AudioFlinger.cpp | 4112 const bool probe = request.probe; in createEffect() local 4260 &enabledOut, &lStatus, probe, request.notifyFramesProcessed); in createEffect() 4312 if (probe) { in createEffect() 4399 &descOut, &enabledOut, &lStatus, pinned, probe, in createEffect() 4417 if (!probe && (lStatus == NO_ERROR || lStatus == ALREADY_EXISTS)) { in createEffect()
|
D | IAfThread.h | 248 bool probe,
|
/frameworks/base/media/jni/audioeffect/ |
D | Visualizer.h | 85 bool probe = false);
|
D | Visualizer.cpp | 56 bool probe) in set() argument 59 SL_IID_VISUALIZATION, nullptr, priority, cbf, user, sessionId, io, device, probe); in set()
|
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()
|
/frameworks/base/media/java/android/media/audiofx/ |
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
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | MovePackageHelper.java | 121 final File probe = new File(pkg.getPath()); in movePackageInternal() local 122 if (!probe.isDirectory()) { in movePackageInternal()
|
/frameworks/av/media/libaudioclient/fuzzer/ |
D | audioflinger_fuzzer.cpp | 456 request.probe = false; in invokeAudioEffect()
|