OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waitfordone
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.h
59
bool
waitForDone
(nsecs_t timeout);
JpegCompressor.cpp
159
bool JpegCompressor::
waitForDone
(nsecs_t timeout) {
/device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h
69
bool
waitForDone
(nsecs_t timeout);
JpegCompressor.cpp
216
bool JpegCompressor::
waitForDone
(nsecs_t timeout) {
/external/jetty/src/java/org/eclipse/jetty/client/webdav/
WebdavListener.java
270
propfindExchange.
waitForDone
();
295
mkcolExchange.
waitForDone
();
/external/jetty/src/java/org/eclipse/jetty/client/
HttpExchange.java
146
* @deprecated Use {@link #
waitForDone
()} instead
165
public int
waitForDone
() throws InterruptedException
776
* status (see {@link #getStatus()}) is {@link #STATUS_CANCELLED}, and this can be waited using {@link #
waitForDone
()}.
[
all
...]
AbstractHttpConnection.java
376
//excepted and wake up anyone waiting on
waitForDone
()
/device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp
804
jpegDone = mParent->mJpegCompressor->
waitForDone
(kWaitPerLoop);
[
all
...]
EmulatedFakeCamera3.cpp
935
bool ready = mJpegCompressor->
waitForDone
(kFenceTimeoutMs);
[
all
...]
Completed in 389 milliseconds