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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 78 ByteBuffer cbb = ByteBuffer.allocateDirect(colors.length*4); local
79 cbb.order(ByteOrder.nativeOrder());
80 mColorBuffer = cbb.asIntBuffer();
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 192 ByteBuffer cbb = ByteBuffer.allocateDirect(colors.length*4); local
193 cbb.order(ByteOrder.nativeOrder());
194 mColorBuffer = cbb.asFloatBuffer();
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 68 void addCallbackBuffer(JNIEnv *env, jbyteArray cbb, int msgType);
389 JNIEnv *env, jbyteArray cbb, int msgType)
392 if (cbb != NULL) {
396 jbyteArray callbackBuffer = (jbyteArray)env->NewGlobalRef(cbb);
412 jbyteArray callbackBuffer = (jbyteArray)env->NewGlobalRef(cbb);
    [all...]

Completed in 122 milliseconds