HomeSort by relevance Sort by last modified time
    Searched full:async (Results 1 - 25 of 438) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/tests/
.gitignore 4 simple-async-result
Makefile.am 30 simple-async-result
70 simple_async_result_SOURCES = simple-async-result.c
  /system/media/opensles/libopensles/
CAudioRecorder.c 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async)
30 result = android_audioRecorder_realize(this, async);
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
CAudioPlayer.c 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async)
30 result = android_audioPlayer_realize(this, async);
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async)
COutputMix.c 24 SLresult COutputMix_Realize(void *self, SLboolean async)
30 result = android_outputMix_realize(this, async);
39 SLresult COutputMix_Resume(void *self, SLboolean async)
android_OutputMix.h 20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
  /system/wlan/ti/wilink_6_1/utils/
CmdInterfaceCodes.h 91 * \brief Bitmaks of bit which indicates if the access to the Command Parameter is Async
107 * \brief Macro which returns True if access to the Command Parameter is Async \n
185 * bit 16: Async Bit - indicates if command is Async (ON) or Sync (OFF)\n
202 * | Reserved | Set | Reserved | Get | Reserved | Allocate | Async | Module | Parameter |
213 * Async Bit: OFF \n
222 * Async Bit: OFF \n
231 * Async Bit: OFF \n
240 * Async Bit: OFF \n
249 * Async Bit: OFF \
    [all...]
  /external/chromium/net/socket/
socket_test_util.h 44 MockConnect() : async(true), result(OK) { }
45 MockConnect(bool a, int r) : async(a), result(r) { }
47 bool async; member in struct:net::MockConnect
53 MockRead() : async(false), result(0), data(NULL), data_len(0) {}
56 MockRead(bool async, int result) : async(async) , result(result), data(NULL),
60 explicit MockRead(const char* data) : async(true), result(0), data(data),
64 MockRead(bool async, const char* data) : async(async), result(0), data(data)
71 bool async; member in struct:net::MockRead
86 bool async; member in struct:net::MockWriteResult
    [all...]
socket_test_util.cc 88 if (data_->connect_data().async) {
107 // Store our async IO data.
121 // to complete the async IO manually later (via OnReadComplete).
123 DCHECK(callback); // We need to be using async IO in this case.
143 if (write_result.async) {
163 read_data_.async = false;
174 // Save the pending async IO data and reset our |pending_| state.
199 if (read_data_.async) {
259 if (data_->connect.async) {
320 return MockWriteResult(w->async, result)
    [all...]
  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 91 * \brief Bitmaks of bit which indicates if the access to the Command Parameter is Async
107 * \brief Macro which returns True if access to the Command Parameter is Async \n
185 * bit 16: Async Bit - indicates if command is Async (ON) or Sync (OFF)\n
202 * | Reserved | Set | Reserved | Get | Reserved | Allocate | Async | Module | Parameter |
213 * Async Bit: OFF \n
222 * Async Bit: OFF \n
231 * Async Bit: OFF \n
240 * Async Bit: OFF \n
249 * Async Bit: OFF \
    [all...]
  /external/chromium/net/data/valgrind/
net_unittests.gtest-tsan_mac.txt 5 FileStreamTest.*Async*
  /external/webkit/LayoutTests/http/tests/appcache/
fallback.html 91 log("FAIL: Fallback resource wasn't used for a 404 response (async)");
97 log("FAIL: Unexpected result for a 404 response (async)");
111 log("FAIL: Fallback resource wasn't used for a redirect to a resource with another origin (async)");
117 log("FAIL: Unexpected result for a redirect response (async)");
  /frameworks/base/core/java/android/app/
QueuedWork.java 36 // The set of Runnables that will finish or wait on any async
63 * a scratch set for callers doing async work to keep updated with
78 * Finishes or waits for async operations to complete.
83 * etc. (so async work is never lost)
  /external/kernel-headers/original/linux/
prctl.h 39 # define PR_FP_EXC_NONRECOV 1 /* async non-recoverable exc. mode */
40 # define PR_FP_EXC_ASYNC 2 /* async recoverable exception mode */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
prctl.h 39 # define PR_FP_EXC_NONRECOV 1 /* async non-recoverable exc. mode */
40 # define PR_FP_EXC_ASYNC 2 /* async recoverable exception mode */
  /sdk/eclipse/sites/external/
index.html 27 xmlFile.async = false;
30 stylesheet.async = false;
  /sdk/eclipse/sites/internal/
index.html 27 xmlFile.async = false;
30 stylesheet.async = false;
  /external/webkit/WebCore/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp 92 // open(method, url, async)
93 // open(method, url, async, user)
94 // open(method, url, async, user, passwd)
109 bool async = (args.Length() < 3) ? true : args[2]->BooleanValue(); local
118 xmlHttpRequest->open(method, url, async, user, passwd, ec);
120 xmlHttpRequest->open(method, url, async, user, ec);
122 xmlHttpRequest->open(method, url, async, ec);
  /external/webkit/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 70 bool async = true; local
72 async = args.at(2).toBoolean(exec);
80 impl()->open(method, url, async, user, password, ec);
82 impl()->open(method, url, async, user, ec);
84 impl()->open(method, url, async, ec);
  /external/bluetooth/glib/tests/
asyncqueue-test.c 66 PRINT_MSG (("sorting async queue..."));
125 DEBUG_MSG (("thread id:%d added to async queue (size:%d)",
142 PRINT_MSG (("creating async queue..."));
  /external/chromium/base/third_party/symbolize/
demangle.h 32 // An async-signal-safe and thread-safe demangler for Itanium C++ ABI
35 // The demangler is implemented to be used in async signal handlers to
37 // abi::__cxa_demangle() in such signal handlers since it's not async
  /external/webkit/WebCore/xml/
XMLHttpRequest.idl 61 // void open(in DOMString method, in DOMString url, in boolean async);
62 // void open(in DOMString method, in DOMString url, in boolean async, in DOMString user);
63 [Custom] void open(in DOMString method, in DOMString url, in boolean async, in DOMString user, in DOMString password)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
global.h 106 * \brief Internal structure for an async notification client handler.
108 * The ALSA library uses a pointer to this structure as a handle to an async
114 * \brief Async notification callback.
  /external/tcpdump/
fddi.h 68 #define FDDIFC_LLC_ASYNC 0x50 /* Async. LLC frame */
70 #define FDDIFC_IMP_ASYNC 0x60 /* Implementor Async. */
  /external/webkit/WebCore/inspector/
InjectedScript.cpp 47 void InjectedScript::dispatch(long callId, const String& methodName, const String& arguments, bool async, RefPtr<SerializedScriptValue>* result, bool* hadException)
53 if (async)

Completed in 1272 milliseconds

1 2 3 4 5 6 7 8 91011>>