OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canPull
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameQueue.java
75
public boolean
canPull
();
94
public boolean
canPull
() {
146
public boolean
canPull
() {
147
return mQueueImpl.
canPull
();
InputPort.java
216
return mQueue != null && mQueue.
canPull
();
Completed in 105 milliseconds