HomeSort by relevance Sort by last modified time
    Searched full:datalength (Results 251 - 275 of 372) sorted by null

<<1112131415

  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 296 SLuint32 dataLength,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 165 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
763 size_t dataLength) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
netmon.h     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3ConnectionTest.java 663 int dataLength = 64 * 1024 + 1;
667 peer.sendFrame().data(false, 1, new Buffer().write(new byte[dataLength]), dataLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 390 byte[] dataLength = new byte[4];
442 dataLength[0] = dataLength[1] = 0;
443 dataLength[2] = (byte)((data.length >> 8) & 0xff);
444 dataLength[3] = (byte)((data.length) & 0xff);
448 s.getOutputStream().write(dataLength);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 870 USHORT dataLength;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 329 SLuint32 dataLength,

Completed in 718 milliseconds

<<1112131415