Searched refs:provided (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/data/keyboards/
H A Dcommon.mk15 # This is the list of framework provided keylayouts and key character maps to include.
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp61 fprintf(stderr," -P # frames provided per call to resample() in CSV format\n");
266 const Vector<int> mPvalues; // number of frames provided per call
283 size_t provided = mPvalues[mNextPidx++]; local
284 printf("mPvalue[%zu]=%zu not %zu\n", mNextPidx-1, provided, buffer->frameCount);
285 if (provided < buffer->frameCount) {
286 buffer->frameCount = provided;
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h91 * No allocation or deallocation of the provided buffer is done.
122 size_t provided = mInputIncr[mNextIdx++]; local
124 mNextIdx-1, provided, buffer->frameCount);
125 if (provided < buffer->frameCount) {
126 buffer->frameCount = provided;
180 std::vector<int> mInputIncr; // number of frames provided per call

Completed in 688 milliseconds