/cts/tests/tests/telephony/current/src/android/telephony/cts/util/ |
D | CarrierPrivilegeUtils.java | 72 CarrierPrivilegeReceiver(Context c, int subId, String hash, boolean gain) { in CarrierPrivilegeReceiver() argument 75 mGain = gain; in CarrierPrivilegeReceiver() 136 private static void changeCarrierPrivileges(Context c, int subId, boolean gain, boolean isShell) in changeCarrierPrivileges() argument 138 if (hasCarrierPrivileges(c, subId) == gain) { in changeCarrierPrivileges() 139 Log.w(TAG, "Carrier privileges already " + (gain ? "granted" : "revoked") + "; bug?"); in changeCarrierPrivileges() 146 if (gain) { in changeCarrierPrivileges() 158 new CarrierPrivilegeReceiver(c, subId, certHash, gain)) { in changeCarrierPrivileges() argument
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DynamicsProcessingTest.java | 473 float gain = i % 2 == 0 ? TEST_GAIN1 : TEST_GAIN2; in test1_9Channel_setChannelTo() local 475 preEqBand.setGain(gain); in test1_9Channel_setChannelTo() 479 mbcBand.setPreGain(gain); in test1_9Channel_setChannelTo() 483 postEqBand.setGain(gain); in test1_9Channel_setChannelTo() 487 limiter.setPostGain(gain); in test1_9Channel_setChannelTo() 909 final float gain = (i + 1) * 10.1f; in test2_6Eq() local 914 eqBand.setGain(gain); in test2_6Eq() 924 gain, eq.getBand(i).getGain(), EPSILON); in test2_6Eq() 927 EqBand eqBand2 = new EqBand(enabled, frequency, gain); in test2_6Eq() 934 gain, eqBand2.getGain(), EPSILON); in test2_6Eq() [all …]
|
D | AudioManagerTest.java | 1511 float gain = mAudioManager.getStreamVolumeDb(-100 /*streamType*/, 0, in testGetStreamVolumeDbWithIllegalArguments() local 1523 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, -101 /*volume*/, in testGetStreamVolumeDbWithIllegalArguments() local 1536 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, maxVol + 1, in testGetStreamVolumeDbWithIllegalArguments() local 1548 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, 0, in testGetStreamVolumeDbWithIllegalArguments() local 1560 float gain = mAudioManager.getStreamVolumeDb(STREAM_MUSIC, 0, in testGetStreamVolumeDbWithIllegalArguments() local 1580 float gain = mAudioManager.getStreamVolumeDb(streamType, idx, in testGetStreamVolumeDb() local 1583 + streamType, prevGain <= gain); in testGetStreamVolumeDb() 1584 prevGain = gain; in testGetStreamVolumeDb()
|
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
D | LatencyAnalyzer.h | 182 float gain = target / maxValue; in normalize() local 184 mData[i] *= gain; in normalize() 186 return gain; in normalize() 444 float gain = mAudioRecording.normalize(1.0f); in analyze() local 455 / gain; in analyze()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | AudioLocal.h | 36 virtual bool prepare(AudioHardware::SamplingRate samplingRate, int gain,
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_faces.py | 107 gain, exp, _, _, focus = cam.do_3a( 109 logging.debug('iso = %d', gain)
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioLocal.cpp | 20 bool AudioLocal::prepare(AudioHardware::SamplingRate samplingRate, int gain, int /*mode*/) in prepare() argument
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_lens_movement_reporting.py | 41 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument 69 reqs.append(capture_request_utils.manual_capture_request(gain, exp))
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 29 uint gainMapWidth; // The width of the gain map 30 uint gainMapHeight; // The height of the gain map 44 // Interpolate gain map to find per-channel gains at a given pixel 209 // gain map. 367 // Apply linearization and gain map
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |