HomeSort by relevance Sort by last modified time
    Searched full:async (Results 126 - 150 of 2132) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
hysdn_if.h 29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
ppp-ioctl.h 87 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
88 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
90 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
91 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
tty.h 17 #define N_X25 6 /* X.25 async */
  /external/libogg/
CHANGES 10 * New async error reporting mechanism. Calls made after a fatal error are
  /external/ppp/pppd/include/net/
if_ppp.h 117 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
118 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
120 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
121 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
  /external/valgrind/main/none/tests/
pth_cancel2.c 11 * Example showing macro wrappers for calling non-async
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 43 /** Pause responses to async requests until (ref-counted) resumeResponses() */
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.h 46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
android_GenericPlayer.h 126 virtual void notify(const char* event, int data1, bool async);
127 virtual void notify(const char* event, int data1, int data2, bool async);
132 // Async event handlers (called from GenericPlayer's event loop)
149 // for async notifications of prefetch status and cache fill level, needs to be called
153 // for internal async notification to update state that the player is no longer seeking
  /packages/apps/DeskClock/src/com/android/deskclock/
AsyncHandler.java 24 * and handle async broadcasts.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
hysdn_if.h 29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
if_ppp.h 136 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
137 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
139 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
140 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if_ppp.h 141 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
142 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
144 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
145 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hysdn_if.h 29 #define ERR_ASYNC_TIME 1011 /* timeout sending async data */
if_ppp.h 136 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
137 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
139 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
140 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_ppp.h 141 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
142 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
144 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
145 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
  /frameworks/native/include/gui/
BufferQueueCore.h 83 // that must remain in a state other than DEQUEUED. The async parameter
85 int getMinUndequeuedBufferCountLocked(bool async) const;
88 // given the current BufferQueue state. The async parameter tells whether
90 int getMinMaxBufferCountLocked(bool async) const;
99 // async parameter
103 int getMaxBufferCountLocked(bool async) const;
191 // mUseAsyncBuffer indicates whether an extra buffer is used in async mode
IGraphicBufferProducer.h 128 // The async parameter sets whether we're in asynchronous mode for this
155 // * BAD_VALUE - both in async mode and buffer count was less than the
169 virtual status_t dequeueBuffer(int* slot, sp<Fence>* fence, bool async,
223 // async mode and buffer count override.
258 // * both in async mode and buffer count was less than the
273 // async - if the buffer is queued in asynchronous mode
279 const Rect& crop, int scalingMode, uint32_t transform, bool async,
283 async(async), fence(fence) { }
293 *outAsync = bool(async);
313 int async; member in struct:android::IGraphicBufferProducer::QueueBufferInput
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
parallel_authenticator_unittest.cc 343 // Set up mock async method caller to respond as though a tmpfs mount
358 // Set up mock async method caller to respond as though a tmpfs mount
373 // Set up mock async method caller to respond as though a tmpfs mount
388 // Set up mock async method caller to respond as though a tmpfs mount
406 // Set up mock async method caller to respond successfully to a cryptohome
435 // Set up mock async method caller to fail a cryptohome remove attempt.
465 // Set up mock async method caller to respond successfully to a key migration.
495 // Set up mock async method caller to fail a key migration attempt,
542 // Set up mock async method caller to respond successfully to a cryptohome
596 // Set up mock async method caller to respond successfully to a cryptohom
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 85 """Construct an timeline_interaction_record from an async event.
91 'Start thread of this record\'s async event is not the same as its '
177 'This record was not constructed from async event')
200 # async slice that issues this record, we assume that events are descheduled
203 # record's async slice with their thread_duration/duration ratios.
  /external/chromium_org/net/socket/
socket_test_util.cc 119 DVLOG(1) << "Async: " << (r.mode == ASYNC)
129 MockConnect::MockConnect() : mode(ASYNC), result(OK) {
269 reads_.push_back(MockRead(ASYNC, data, length));
328 MockRead out = MockRead(ASYNC, ERR_IO_PENDING);
413 MockRead result = MockRead(ASYNC, ERR_IO_PENDING);
528 // Async read which will be called back in a future step.
569 // Async write which will be called back in a future step.
591 // This is either a sync write for this step, or an async write.
843 // Store our async IO data
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/content/browser/appcache/
mock_appcache_storage_unittest.cc 103 base::RunLoop().RunUntilIdle(); // Do async task execution.
137 base::RunLoop().RunUntilIdle(); // Do async task execution.
156 base::RunLoop().RunUntilIdle(); // Do async task execution.
208 base::RunLoop().RunUntilIdle(); // Do async task execution.
219 base::RunLoop().RunUntilIdle(); // Do async task execution.
248 base::RunLoop().RunUntilIdle(); // Do async task execution.
291 base::RunLoop().RunUntilIdle(); // Do async task execution.
334 base::RunLoop().RunUntilIdle(); // Do async task execution.
375 base::RunLoop().RunUntilIdle(); // Do async task execution.
420 base::RunLoop().RunUntilIdle(); // Do async task execution
    [all...]
  /external/chromium_org/net/ftp/
ftp_network_transaction_unittest.cc 68 return MockWriteResult(ASYNC, data.length());
116 return MockWriteResult(ASYNC, ERR_UNEXPECTED);
171 return MockWriteResult(ASYNC, data.length());
173 return MockWriteResult(ASYNC, ERR_UNEXPECTED);
210 return MockWriteResult(ASYNC, data.length());
237 return MockWriteResult(ASYNC, data.length());
263 return MockWriteResult(ASYNC, data.length());
283 return MockWriteResult(ASYNC, data.length());
317 return MockWriteResult(ASYNC, data.length());
353 return MockWriteResult(ASYNC, data.length())
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 130 bool async, int* found, status_t* returnFlags) const {
138 const int maxBufferCount = mCore->getMaxBufferCountLocked(async);
139 if (async && mCore->mOverrideMaxBufferCount) {
144 BQ_LOGE("%s: async mode is invalid with buffer count override",
202 mCore->getMinUndequeuedBufferCountLocked(async);
247 sp<android::Fence> *outFence, bool async,
255 BQ_LOGV("dequeueBuffer: async=%s w=%u h=%u format=%#x, usage=%#x",
256 async ? "true" : "false", width, height, format, usage);
280 status_t status = waitForFreeSlotThenRelock("dequeueBuffer", async,
478 // TODO: Should we provide an async flag to attachBuffer? It seem
518 bool async; local
    [all...]

Completed in 1224 milliseconds

1 2 3 4 56 7 8 91011>>