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

  /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 229 return byteArrayToInt(param);
316 return byteArrayToInt(param);
371 return byteArrayToInt(param);
476 p = byteArrayToInt(param, 0);
481 v = byteArrayToInt(value, 0);
634 settings.decayTime = byteArrayToInt(param, 4);
637 settings.reflectionsDelay = byteArrayToInt(param, 12);
639 settings.reverbDelay = byteArrayToInt(param, 18);
LoudnessEnhancer.java 182 p = byteArrayToInt(param, 0);
185 v = byteArrayToInt(value, 0);
AudioEffect.java 704 value[0] = byteArrayToInt(v);
706 value[1] = byteArrayToInt(v, 4);
769 value[0] = byteArrayToInt(v);
771 value[1] = byteArrayToInt(v, 4);
    [all...]
Equalizer.java 417 p1 = byteArrayToInt(param, 0);
419 p2 = byteArrayToInt(param, 4);
425 v = byteArrayToInt(value, 0);
PresetReverb.java 207 p = byteArrayToInt(param, 0);
BassBoost.java 190 p = byteArrayToInt(param, 0);
Virtualizer.java 192 p = byteArrayToInt(param, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 72 public static int byteArrayToInt(byte[] valueBuf) {
73 return byteArrayToInt(valueBuf, 0);
82 public static int byteArrayToInt(byte[] valueBuf, int offset) {
  /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) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 457 mBluetoothClass = Utils.byteArrayToInt(val, 0);
461 int mode = Utils.byteArrayToInt(val, 0);
487 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0);
RemoteDevices.java 277 device.mBluetoothClass = Utils.byteArrayToInt(val);
294 device.mDeviceType = Utils.byteArrayToInt(val);
AdapterService.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 529 if (mEffect.byteArrayToInt(value) == time) {
537 int time2 = mEffect.byteArrayToInt(value);
628 if (mEffect.byteArrayToInt(value) == time) {
636 int time2 = mEffect.byteArrayToInt(value);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]

Completed in 113 milliseconds