HomeSort by relevance Sort by last modified time
    Searched refs:cbb (Results 1 - 4 of 4) 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/BrowserPlugin/src/com/android/sampleplugin/graphics/
Cube.java 78 ByteBuffer cbb = ByteBuffer.allocateDirect(colors.length*4); local
79 cbb.order(ByteOrder.nativeOrder());
80 mColorBuffer = cbb.asIntBuffer();
  /development/samples/GlobalTime/src/com/android/globaltime/
Shape.java 224 ByteBuffer cbb = local
226 cbb.order(ByteOrder.nativeOrder());
227 mColorBuffer = cbb.asIntBuffer();
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 54 void addCallbackBuffer(JNIEnv *env, jbyteArray cbb);
264 void JNICameraContext::addCallbackBuffer(JNIEnv *env, jbyteArray cbb)
266 if (cbb != NULL) {
268 jbyteArray callbackBuffer = (jbyteArray)env->NewGlobalRef(cbb);
269 mCallbackBuffers.push(cbb);

Completed in 441 milliseconds