OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QueueBufferOutput
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h
102
const QueueBufferInput& input,
QueueBufferOutput
* output);
106
int api, bool producerControlledByApp,
QueueBufferOutput
* output);
115
void updateQueueBufferOutput(const
QueueBufferOutput
& qbo);
157
// The
QueueBufferOutput
with the latest info from the sink, and with the
160
QueueBufferOutput
mQueueBufferOutput;
VirtualDisplaySurface.cpp
228
QueueBufferOutput
qbo;
367
const QueueBufferInput& input,
QueueBufferOutput
* output) {
378
QueueBufferOutput
scratchQBO;
436
QueueBufferOutput
* output) {
437
QueueBufferOutput
qbo;
451
const
QueueBufferOutput
& qbo) {
/frameworks/native/include/gui/
IGraphicBufferProducer.h
145
//
QueueBufferOutput
must be a POD structure
146
struct
QueueBufferOutput
{
147
inline
QueueBufferOutput
() { }
172
const QueueBufferInput& input,
QueueBufferOutput
* output) = 0;
196
int api, bool producerControlledByApp,
QueueBufferOutput
* output) = 0;
BufferQueue.h
179
const QueueBufferInput& input,
QueueBufferOutput
* output);
198
int api, bool producerControlledByApp,
QueueBufferOutput
* output);
/frameworks/native/libs/gui/
IGraphicBufferProducer.cpp
106
const QueueBufferInput& input,
QueueBufferOutput
* output) {
142
int api, bool producerControlledByApp,
QueueBufferOutput
* output) {
219
QueueBufferOutput
* const output =
220
reinterpret_cast<
QueueBufferOutput
*>(
221
reply->writeInplace(sizeof(
QueueBufferOutput
)));
248
QueueBufferOutput
* const output =
249
reinterpret_cast<
QueueBufferOutput
*>(
250
reply->writeInplace(sizeof(
QueueBufferOutput
)));
BufferQueue.cpp
470
const QueueBufferInput& input,
QueueBufferOutput
* output) {
641
int api, bool producerControlledByApp,
QueueBufferOutput
* output) {
[
all
...]
Surface.cpp
285
IGraphicBufferProducer::
QueueBufferOutput
output;
495
IGraphicBufferProducer::
QueueBufferOutput
output;
/frameworks/native/libs/gui/tests/
BufferQueue_test.cpp
66
IGraphicBufferProducer::
QueueBufferOutput
qbo;
Completed in 148 milliseconds