OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConsumerName
(Results
1 - 12
of
12
) sorted by null
/frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp
126
String8 MonitoredProducer::
getConsumerName
() const {
127
return mProducer->
getConsumerName
();
MonitoredProducer.h
59
virtual String8
getConsumerName
() const override;
/frameworks/native/include/gui/
BufferQueueProducer.h
163
// See IGraphicBufferProducer::
getConsumerName
164
virtual String8
getConsumerName
() const override;
IGraphicBufferProducer.h
536
virtual String8
getConsumerName
() const = 0;
Surface.h
111
// See IGraphicBufferProducer::
getConsumerName
112
String8
getConsumerName
() const;
/frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h
124
virtual String8
getConsumerName
() const override;
VirtualDisplaySurface.cpp
588
String8 VirtualDisplaySurface::
getConsumerName
() const {
/frameworks/native/libs/gui/tests/
Surface_test.cpp
219
TEST_F(SurfaceTest,
GetConsumerName
) {
232
EXPECT_STREQ("TestConsumer", surface->
getConsumerName
().string());
/frameworks/native/libs/gui/
IGraphicBufferProducer.cpp
339
virtual String8
getConsumerName
() const {
344
ALOGE("
getConsumerName
failed to transact: %d", result);
665
reply->writeString8(
getConsumerName
());
Surface.cpp
124
String8 Surface::
getConsumerName
() const {
125
return mGraphicBufferProducer->
getConsumerName
();
[
all
...]
BufferQueueProducer.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp
387
mConsumerName = mConsumer->
getConsumerName
();
Completed in 589 milliseconds