HomeSort by relevance Sort by last modified time
    Searched refs:byteArrayToInt (Results 1 - 25 of 27) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
Utils.java 59 public final static int byteArrayToInt(byte[] b) {
84 return Float.intBitsToFloat(byteArrayToInt(b));
TiledWorld.java 81 final int width = Utils.byteArrayToInt(mWorkspaceBytes);
83 final int height = Utils.byteArrayToInt(mWorkspaceBytes);
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 221 return byteArrayToInt(param);
308 return byteArrayToInt(param);
363 return byteArrayToInt(param);
468 p = byteArrayToInt(param, 0);
473 v = byteArrayToInt(value, 0);
626 settings.decayTime = byteArrayToInt(param, 4);
629 settings.reflectionsDelay = byteArrayToInt(param, 12);
631 settings.reverbDelay = byteArrayToInt(param, 18);
LoudnessEnhancer.java 182 p = byteArrayToInt(param, 0);
185 v = byteArrayToInt(value, 0);
AudioEffect.java 730 value[0] = byteArrayToInt(v);
732 value[1] = byteArrayToInt(v, 4);
796 value[0] = byteArrayToInt(v);
798 value[1] = byteArrayToInt(v, 4);
    [all...]
Equalizer.java 410 p1 = byteArrayToInt(param, 0);
412 p2 = byteArrayToInt(param, 4);
418 v = byteArrayToInt(value, 0);
BassBoost.java 183 p = byteArrayToInt(param, 0);
PresetReverb.java 199 p = byteArrayToInt(param, 0);
Virtualizer.java 525 p = byteArrayToInt(param, 0);
DynamicsProcessing.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 85 public static int byteArrayToInt(byte[] valueBuf) {
86 return byteArrayToInt(valueBuf, 0);
95 public static int byteArrayToInt(byte[] valueBuf, int offset) {
  /packages/apps/SecureElement/src/com/android/se/internal/
ByteArrayConverter.java 177 public static int byteArrayToInt(byte[] byteArray) {
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 203 int p = byteArrayToInt(param, 0);
209 private int byteArrayToInt(byte[] valueBuf, int offset) {
VirtualizerTest.java 200 int p = byteArrayToInt(param, 0);
206 private int byteArrayToInt(byte[] valueBuf, int offset) {
PresetReverbTest.java 235 private int byteArrayToInt(byte[] valueBuf, int offset) {
EqualizerTest.java 341 private int byteArrayToInt(byte[] valueBuf, int offset) {
  /cts/tests/tests/security/src/android/security/cts/
EffectBundleTest.java 284 int replyValue = byteArrayToInt(reply, 0 /*offset*/);
516 int val = byteArrayToInt(reply, 0 /*offset*/);
548 public static int byteArrayToInt(byte[] valueBuf, int offset) {
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 451 if (mEffect.byteArrayToInt(value) == time) {
459 int time2 = mEffect.byteArrayToInt(value);
559 if (mEffect.byteArrayToInt(value) == time) {
567 int time2 = mEffect.byteArrayToInt(value);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 525 final int newClass = Utils.byteArrayToInt(val);
530 device.mBluetoothClass = Utils.byteArrayToInt(val);
554 device.mDeviceType = Utils.byteArrayToInt(val);
    [all...]
AdapterProperties.java 765 int mode = Utils.byteArrayToInt(val, 0);
787 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0);
    [all...]
AdapterService.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 

Completed in 2012 milliseconds

1 2