Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DN5.txt5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
13 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
14 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
20 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
21 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
[all …]
/frameworks/av/media/libnbaio/
DREADME.txt2 be a purely non-blocking API. It has evolved to now include
3 a few blocking implementations of the interface.
16 non-blocking
21 non-blocking
31 write are optionally blocking:
37 non-blocking
/frameworks/ml/nn/common/include/
DExecutionBurstController.h93 size_t channelLength, bool blocking);
116 ResultChannelReceiver(std::unique_ptr<FmqResultChannel> fmqResultChannel, bool blocking);
147 size_t channelLength, bool blocking);
170 RequestChannelSender(std::unique_ptr<FmqRequestChannel> fmqRequestChannel, bool blocking);
268 bool blocking);
DExecutionBurstServer.h107 RequestChannelReceiver(std::unique_ptr<FmqRequestChannel> fmqRequestChannel, bool blocking);
150 ResultChannelSender(std::unique_ptr<FmqResultChannel> fmqResultChannel, bool blocking);
/frameworks/ml/nn/common/
DExecutionBurstController.cpp221 ResultChannelReceiver::create(size_t channelLength, bool blocking) { in create() argument
223 std::make_unique<FmqResultChannel>(channelLength, /*confEventFlag=*/blocking); in create()
230 std::make_unique<ResultChannelReceiver>(std::move(fmqResultChannel), blocking), in create()
235 bool blocking) in ResultChannelReceiver() argument
236 : mFmqResultChannel(std::move(fmqResultChannel)), mBlocking(blocking) {} in ResultChannelReceiver()
310 RequestChannelSender::create(size_t channelLength, bool blocking) { in create() argument
312 std::make_unique<FmqRequestChannel>(channelLength, /*confEventFlag=*/blocking); in create()
319 std::make_unique<RequestChannelSender>(std::move(fmqRequestChannel), blocking), in create()
324 bool blocking) in RequestChannelSender() argument
325 : mFmqRequestChannel(std::move(fmqRequestChannel)), mBlocking(blocking) {} in RequestChannelSender()
[all …]
DExecutionBurstServer.cpp306 const bool blocking = fmqRequestChannel->getEventFlagWord() != nullptr; in create() local
307 return std::make_unique<RequestChannelReceiver>(std::move(fmqRequestChannel), blocking); in create()
311 bool blocking) in RequestChannelReceiver() argument
312 : mFmqRequestChannel(std::move(fmqRequestChannel)), mBlocking(blocking) {} in RequestChannelReceiver()
398 const bool blocking = fmqResultChannel->getEventFlagWord() != nullptr; in create() local
399 return std::make_unique<ResultChannelSender>(std::move(fmqResultChannel), blocking); in create()
403 bool blocking) in ResultChannelSender() argument
404 : mFmqResultChannel(std::move(fmqResultChannel)), mBlocking(blocking) {} in ResultChannelSender()
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedBitmapCache.java58 public void setBlocking(final boolean blocking) { in setBlocking() argument
61 Log.d(TAG, String.format("AltBitmapCache: block %b", blocking)); in setBlocking()
63 mBlocking = blocking; in setBlocking()
DBitmapCache.java26 void setBlocking(boolean blocking); in setBlocking() argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterPort.java64 public void setBlocking(boolean blocking) { in setBlocking() argument
65 mIsBlocking = blocking; in setBlocking()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h93 bool blocking = kDefaultBlocking);
98 const std::string& endpoint_path, bool blocking = kDefaultBlocking);
118 Endpoint(const std::string& endpoint_path, bool blocking,
/frameworks/base/core/java/com/android/internal/net/
DVpnConfig.java103 public boolean blocking; field in VpnConfig
165 out.writeInt(blocking ? 1 : 0); in writeToParcel()
192 config.blocking = in.readInt() != 0;
225 .append(", blocking=").append(blocking) in toString()
/frameworks/rs/script_api/
Drs_io.spec59 summary: Send a message to the client, non-blocking
82 summary: Send a message to the client, blocking
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCamera2Source.java39 import com.android.ex.camera2.blocking.BlockingCameraManager;
40 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
41 import com.android.ex.camera2.blocking.BlockingSessionCallback;
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h240 c2_blocking_t blocking,
252 c2_blocking_t blocking);
323 c2_blocking_t blocking = C2_DONT_BLOCK);
/frameworks/base/core/java/android/net/
DVpnService.java806 public Builder setBlocking(boolean blocking) { in setBlocking() argument
807 mConfig.blocking = blocking; in setBlocking()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp405 bool blocking = (timeoutNanoseconds > 0); in read() local
418 … bytesActuallyRead = mAudioRecord->read(mFormatConversionBufferI16.get(), bytesToRead, blocking); in read()
434 bytesActuallyRead = mAudioRecord->read(buffer, numBytes, blocking); in read()
DAudioStreamTrack.cpp400 bool blocking = timeoutNanoseconds > 0; in write() local
401 ssize_t bytesWritten = mAudioTrack->write(buffer, numBytes, blocking); in write()
/frameworks/rs/script_api/include/
Drs_io.rsh65 * rsSendToClient: Send a message to the client, non-blocking
86 * rsSendToClientBlocking: Send a message to the client, blocking
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DUidDetailProvider.java79 public UidDetail getUidDetail(int uid, boolean blocking) { in getUidDetail() argument
88 } else if (!blocking) { in getUidDetail()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp134 Endpoint::Endpoint(const std::string& endpoint_path, bool blocking, in Endpoint() argument
137 is_blocking_{blocking} {
760 bool blocking) { in Create() argument
761 return std::unique_ptr<Endpoint>(new Endpoint(endpoint_path, blocking)); in Create()
765 const std::string& endpoint_path, bool blocking) { in CreateAndBindSocket() argument
767 new Endpoint(endpoint_path, blocking, false)); in CreateAndBindSocket()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCaptureCallback.java16 package com.android.ex.camera2.blocking;
DBlockingStateCallback.java16 package com.android.ex.camera2.blocking;
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
DJAudioTrack.h287 ssize_t write(const void* buffer, size_t size, bool blocking = true);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2SwitchPreviewTest.java19 import com.android.ex.camera2.blocking.BlockingSessionCallback;
72 import static com.android.ex.camera2.blocking.BlockingSessionCallback.SESSION_CLOSED;
79 import com.android.ex.camera2.blocking.BlockingSessionCallback;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java19 import static com.android.ex.camera2.blocking.BlockingStateCallback.STATE_CLOSED;
58 import com.android.ex.camera2.blocking.BlockingSessionCallback;
59 import com.android.ex.camera2.blocking.BlockingStateCallback;

123