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

  /libnativehelper/include/nativehelper/
ScopedBytes.h 23 * ScopedBytesRO and ScopedBytesRW attempt to paper over the differences between byte[]s and
64 class ScopedBytesRO : public ScopedBytes<true> {
66 ScopedBytesRO(JNIEnv* env, jobject object) : ScopedBytes<true>(env, object) {}
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 150 ScopedBytesRO srcBytes(env, srcObject);
libcore_io_Posix.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 619 ScopedBytesRO bytes(env, javaBytes);
    [all...]

Completed in 279 milliseconds