Home
last modified time | relevance | path

Searched refs:isAnyClientGained (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_defs.h30 static inline bool isAnyClientGained(uint32_t state) { in isAnyClientGained() function
31 return android::BufferHubDefs::isAnyClientGained(state); in isAnyClientGained()
/frameworks/native/libs/vr/libbufferhub/
Dproducer_buffer.cpp168 BufferHubDefs::isAnyClientGained(current_buffer_state) || in LocalGain()
183 BufferHubDefs::isAnyClientGained(current_buffer_state) || in LocalGain()
Dbuffer_hub-test.cpp24 using android::BufferHubDefs::isAnyClientGained;
307 EXPECT_TRUE(isAnyClientGained(p->buffer_state())); in TEST_F()
427 EXPECT_TRUE(isAnyClientGained(p->buffer_state())); in TEST_F()
432 EXPECT_TRUE(isAnyClientGained(c->buffer_state())); in TEST_F()
450 EXPECT_TRUE(isAnyClientGained(p->buffer_state())); in TEST_F()
503 EXPECT_TRUE(isAnyClientGained(p->buffer_state())); in TEST_F()
/frameworks/native/libs/ui/include/ui/
DBufferHubDefs.h66 static inline bool isAnyClientGained(uint32_t state) { in isAnyClientGained() function
/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.cpp339 BufferHubDefs::isAnyClientGained(current_buffer_state)) { in CreateConsumer()
362 BufferHubDefs::isAnyClientGained(current_buffer_state)) { in CreateConsumer()
631 BufferHubDefs::isAnyClientGained(current_buffer_state)) { in RemoveConsumer()