OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProducerThread
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewSnapshotTestActivity.java
36
private Thread
mProducerThread
;
62
mProducerThread
= new GLProducerThread(surface, new GLRendererImpl(),
64
mProducerThread
.start();
73
mProducerThread
= null;
TextureViewTestActivity.java
35
private Thread
mProducerThread
;
68
mProducerThread
= new GLProducerThread(surface, new GLRendererImpl(),
70
mProducerThread
.start();
79
mProducerThread
= null;
GLProducerThread.java
37
private Thread
mProducerThread
;
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
[
all
...]
Completed in 987 milliseconds