Searched defs:obtain (Results 1 - 3 of 3) sorted by relevance

/system/media/audio_utils/
H A Dfifo.cpp6 * You may obtain a copy of the License at
182 ssize_t availToWrite = obtain(iovec, count, timeout);
197 ssize_t audio_utils_fifo_writer::obtain(audio_utils_iovec iovec[2], size_t count, function in class:audio_utils_fifo_writer
358 return obtain(NULL /*iovec*/, SIZE_MAX /*count*/, NULL /*timeout*/);
439 ssize_t availToRead = obtain(iovec, count, timeout, lost);
453 ssize_t audio_utils_fifo_reader::obtain(audio_utils_iovec iovec[2], size_t count, function in class:audio_utils_fifo_reader
457 return obtain(iovec, count, timeout, NULL /*lost*/);
513 ssize_t audio_utils_fifo_reader::obtain(audio_utils_iovec iovec[2], size_t count, function in class:audio_utils_fifo_reader
621 return obtain(NULL /*iovec*/, SIZE_MAX /*count*/, NULL /*timeout*/, lost);
627 ssize_t ret = obtain(iove
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp7 ** You may obtain a copy of the License at
242 mDstPixel.setTo(regs.obtain(), &mCbFormat);
263 parts.dither = reg_t(regs.obtain());
271 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
358 int Rx = scratches.obtain();
359 int Ry = scratches.obtain();
374 int tx = scratches.obtain();
375 int ty = scratches.obtain();
390 int Rs = scratches.obtain();
404 int dfdx = scratches.obtain();
1119 int RegisterAllocator::RegisterFile::obtain() function in class:android::RegisterAllocator::RegisterFile
[all...]
H A DGGLAssembler.h7 ** You may obtain a copy of the License at
79 int obtain();
110 int obtain() { function in class:android::RegisterAllocator::Scratch
111 int reg = mRegFile.obtain();
363 r.reg = regs.obtain();

Completed in 71 milliseconds