Searched defs:bufs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp763 const List<camera_metadata_t*> &bufs)
774 for (List<camera_metadata_t*>::const_iterator r = bufs.begin();
775 r != bufs.end(); r++) {
762 setStreamSlot( const List<camera_metadata_t*> &bufs) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp10042 void GLTrace_glDrawBuffersNV(GLsizei n, const GLenum *bufs) { argument
10054 // copy argument bufs
10058 arg_bufs->add_intvalue((int)bufs);
10063 glContext->hooks->gl.glDrawBuffersNV(n, bufs);
10068 (void *) bufs,

Completed in 75 milliseconds