/external/valgrind/unittest/ |
windows_tests.cc | 182 void CALLBACK DoneWaiting(void *param, BOOLEAN timed_out) { 193 // execution of DoneWaiting callback. Currently, we don't catch this h-b. 196 // The callback thread is re-used between Registet/Unregister/Register calls 227 DWORD CALLBACK Callback(void *param) { 236 // The callback thread is allocated from a thread pool and can be re-used. 237 // As a result, we may miss h-b between "int *obj = ..." and Callback execution. 241 CHECK(QueueUserWorkItem(Callback, obj, i % 2 ? WT_EXECUTELONGFUNCTION : 0)); 248 DWORD CALLBACK Callback2(void *param) { 442 DWORD CALLBACK PrintDirectoryListingJob(void *param) [all...] |
/frameworks/av/services/camera/libcameraservice/camera2/ |
CallbackProcessor.cpp | 93 ALOGE("%s: Camera %d: Error querying callback output stream info: " 102 // assuming that all existing use of old callback stream is 118 ALOGV("Creating callback stream: %d x %d, format 0x%x, API format 0x%x", 160 ALOGE("%s: Unable to delete callback stream: %s (%d)", 217 ALOGE("%s: Camera %d: Error receiving next callback buffer: " 251 ALOGE("%s: Camera %d: Error receiving next callback buffer: " 256 ALOGV("%s: Camera %d: Preview callback available", __FUNCTION__, 291 ALOGE("%s: Camera %d: Unexpected format for callback: " 345 ALOGE("%s: Camera %d: No free callback buffers, dropping frame", 392 ALOGV("%s: Camera %d: Invoking client data callback", [all...] |
/packages/apps/Email/src/com/android/email/activity/ |
ThreePaneLayout.java | 121 private Callback mCallback = EmptyCallback.INSTANCE; 125 public interface Callback { 130 private static final class EmptyCallback implements Callback { 131 public static final Callback INSTANCE = new EmptyCallback(); 253 public void setCallback(Callback callback) { 254 mCallback = (callback == null) ? EmptyCallback.INSTANCE : callback; 538 // callback, should really be done in onAnimationEnd. 539 // However, because we may want to initiate a fragment transaction in the callback bu [all...] |
/external/ceres-solver/include/ceres/ |
iteration_callback.h | 31 // When an iteration callback is specified, Ceres calls the callback 139 // SOLVER_ABORT indicates that the callback detected an abnormal 153 // For example, the following Callback is used internally by Ceres to 156 // Callback for logging the state of the minimizer to STDERR or STDOUT
|
/external/chromium/net/http/ |
http_network_transaction.h | 44 CompletionCallback* callback, 46 virtual int RestartIgnoringLastError(CompletionCallback* callback); 48 CompletionCallback* callback); 51 CompletionCallback* callback); 54 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
http_stream_factory.h | 42 // The HttpStreamRequest::Delegate is a set of callback methods for a 87 // after the lifetime of this callback. The delegate may take a reference 89 // callback. 102 // lifetime of this callback. 158 // Will callback to the HttpStreamRequestDelegate upon completion.
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl.cc | 120 CompletionCallback* callback) { 124 DCHECK(callback); 151 callback_ = callback; 287 CompletionCallback* callback = callback_; local 294 callback->Run(result_code);
|
proxy_service_unittest.cc | 81 CompletionCallback* callback) { 86 pending_request_callback_ = callback; 94 CompletionCallback* callback = pending_request_callback_; local 96 callback->Run(result); 126 TestCompletionCallback callback; local 128 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound()); 160 TestCompletionCallback callback; local 163 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound()); 177 EXPECT_EQ(OK, callback.WaitForResult()); 210 TestCompletionCallback callback; local 735 TestCompletionCallback callback[2]; local 770 TestCompletionCallback callback; local 782 TestCompletionCallback callback; local 794 TestCompletionCallback callback; local 807 TestCompletionCallback callback; local 830 TestCompletionCallback callback; local 842 TestCompletionCallback callback; local 854 TestCompletionCallback callback; local 866 TestCompletionCallback callback; local 1502 TestCompletionCallback callback; local [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_cho_api.h | 42 ** NFA Connection Handover callback events 172 /* Union of all Connection Handover callback structures */ 186 /* NFA Connection Handover callback */ 201 ** Description This function is called to register callback function to receive 223 ** Description This function is called to deregister callback function from NFA
|
/external/libnfc-nci/src/nfc/int/ |
nfc_int.h | 108 tNFC_CONN_CBACK *p_cback; /* the callback function to receive the data */ 123 tNFC_VS_CBACK *p_cback; /* the callback function to receive RSP */ 134 #define NFC_RECEIVE_MSGS_OFFSET (10) /* callback function pointer(8; use 8 to be safe + NFC_SAVED_CMD_SIZE(2) */ 136 /* NFCC power state change pending callback */ 181 void *p_vsc_cback; /* the callback function for last VSC command */
|
/external/libvorbis/doc/vorbisfile/ |
ov_open_callbacks.html | 35 Automatic closure is disabled by passing NULL as the close callback, 36 or using one of the predefined callback sets that specify a NULL close 37 callback. The application is responsible for closing a file when a 41 information on designing and specifying custom callback functions.<p> 71 <dd>A completed <a href="ov_callbacks.html">ov_callbacks</a> struct which indicates desired custom file manipulation routines. vorbisfile.h defines several preprovided callback sets; see <a href="ov_callbacks.html">ov_callbacks</a> for details.</dd>
|
/external/v8/include/ |
v8.h | 125 * A weak reference callback function. 127 * This callback should either explicitly invoke Dispose on |object| if 383 * callback to the given V8::WeakReferenceCallback function, passing 386 inline void MakeWeak(void* parameters, WeakReferenceCallback callback); 394 * Weak callback for an independent handle should not 395 * assume that it will be preceded by a global GC prologue callback 396 * or followed by a global GC epilogue callback. [all...] |
/external/v8/src/ |
v8.cc | 184 void V8::AddCallCompletedCallback(CallCompletedCallback callback) { 189 if (callback == call_completed_callbacks_->at(i)) return; 191 call_completed_callbacks_->Add(callback); 195 void V8::RemoveCallCompletedCallback(CallCompletedCallback callback) { 198 if (callback == call_completed_callbacks_->at(i)) {
|
/external/webkit/Source/WebCore/platform/gtk/ |
PasteboardHelper.cpp | 281 GClosure* callback = static_cast<GClosure*>(data); 285 g_closure_invoke(callback, 0, 1, &firstArgument, 0); 286 g_closure_unref(callback); 289 void PasteboardHelper::writeClipboardContents(GtkClipboard* clipboard, GClosure* callback) 301 getClipboardContentsCallback, clearClipboardContentsCallback, callback);
|
/frameworks/base/core/java/android/widget/ |
AdapterView.java | 244 * Interface definition for a callback to be invoked when an item in this 250 * Callback method to be invoked when an item in this AdapterView has 266 * Register a callback to be invoked when an item in this AdapterView has 269 * @param listener The callback that will be invoked. 276 * @return The callback to be invoked with an item in this AdapterView has 277 * been clicked, or null id no callback has been set. 306 * Interface definition for a callback to be invoked when an item in this 311 * Callback method to be invoked when an item in this view has been 322 * @return true if the callback consumed the long click, false otherwise 329 * Register a callback to be invoked when an item in this AdapterView ha [all...] |
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
FusionEngine.java | 39 public interface Callback { 55 private Callback mCallback; 81 public void init(Callback callback) { 83 mCallback = callback;
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AdapterViewICS.java | 240 * Interface definition for a callback to be invoked when an item in this 246 * Callback method to be invoked when an item in this AdapterView has 276 * Register a callback to be invoked when an item in this AdapterView has 279 * @param listener The callback that will be invoked. 286 * @return The callback to be invoked with an item in this AdapterView has 287 * been clicked, or null id no callback has been set. 316 * Interface definition for a callback to be invoked when an item in this 321 * Callback method to be invoked when an item in this view has been 332 * @return true if the callback consumed the long click, false otherwise 339 * Register a callback to be invoked when an item in this AdapterView ha [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
TypeInfoProvider.java | 68 * {@link TypeInfo} longer than the callback scope. 91 * <tt>startElement</tt> callback. 103 * {@link TypeInfo} longer than the callback scope. 133 * <tt>startElement</tt> callback. 167 * <tt>startElement</tt> callback.
|
/external/chromium/net/disk_cache/ |
backend_impl.cc | 193 net::CompletionCallback* callback) 196 callback_(callback), cache_(NULL), net_log_(net_log), 205 // Callback implementation. 295 CompletionCallback* callback) { 296 DCHECK(callback); 304 net_log, backend, callback); 416 CompletionCallback* callback) { 417 DCHECK(callback); 420 callback); 425 int BackendImpl::Init(CompletionCallback* callback) { [all...] |
/external/chromium/chrome/common/extensions/api/ |
extension_api.json | 50 "description": "Set for the lifetime of a callback if an ansychronous extension api has resulted in an error. If no error has occured lastError will be <var>undefined</var>.", 103 "description": "The JSON response object sent by the handler of the request. If an error occurs while connecting to the extension, the callback will be called with no arguments and <a href='extension.html#property-lastError'>chrome.extension.lastError</a> will be set to the error message." 201 "name": "callback", 220 "name": "callback", 410 "name": "callback", 577 "name": "callback", 597 "name": "callback", 613 "description": "A callback passed to the onSpeak event.", 684 "name": "callback", 743 "name": "callback", [all...] |
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_api.c | 103 NFA_TRACE_ERROR0 ("NFA_Enable (): error null callback"); 166 ** callback. 210 ** callback. 263 ** the NDEF callback. 287 NFA_TRACE_ERROR0 ("NFA_RequestExclusiveRfControl (): error null callback"); 352 ** callback registered with NFA_Enable) are generated during 761 ** record types will be sent to the callback. Only one default 782 /* Check for NULL callback */ 785 NFA_TRACE_ERROR0 ("NFA_RegisterNDefTypeHandler (): error - null callback"); 839 /* Check for NULL callback */ [all...] |
/external/libnfc-nxp/src/ |
phDal4Nfc.h | 71 * DAL context : This contains the information of the upper layer callback 76 phNfcIF_sCallBack_t cb_if; /**<Callback info registered by upper layer*/ 91 calls read callback registered by upper layer */ 94 calls read wait callback registered by upper layer */ 97 calls write wait callback registered by upper layer */ 100 calls notify callback registered by upper layer */ 122 /**<Reference to read callback,registered by upper layer.This is of type \ref pphNfcIF_Transact_Completion_CB_t*/ 124 /**<Reference to write callback ,registered by upper layer.This is of type \ref pphNfcIF_Transact_Completion_CB_t*/ 157 * \param[in] if_cb Contains upper layer callback reference details, which are used 158 * by DAL layer during callback notification [all...] |
/hardware/msm7k/librpc/ |
clnt.c | 78 D("RPC-callback thread for %08x:%08x starting.\n", 91 D("RPC-callback thread for %08x:%08x: signalled but no data.\n", 98 /* We dispatch the message to the server representing the callback 112 "callback client %08x:%08x.\n", 119 representing the callback client in the list of servers. 121 if another call for this callback client arrives before 128 "callback client %08x:%08x!\n", 136 "callback client %08x:%08x.\n", 178 D("RPC-callback thread for %08x:%08x terminating.\n", 257 D("%08x:%08x starting callback thread.\n" [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 341 IBluetoothHealthCallback callback) { 344 return service.registerAppConfiguration(config, callback); 401 IBluetoothHealthCallback callback) { 408 mApps.put(config, new AppInfo(callback)); 512 IBluetoothHealthCallback callback = (mApps.get(config)).mCallback; local 513 if (callback == null) { 514 Log.e(TAG, "Callback object null"); 518 callback.onHealthAppConfigurationStatusChange(config, status); 592 log("Health Device Callback: " + device + " State Change: " + prevState + "->" + 605 IBluetoothHealthCallback callback = (mApps.get(config)).mCallback local [all...] |
/external/chromium/chrome/common/extensions/docs/ |
experimental.clipboard.html | 325 For all functions exposed by this API, the argument to the callback indicates 371 <var><span>callback</span></var></span>)</div> 453 <var>callback</var> 532 <!-- CALLBACK --> 535 <h4>Callback function</h4> 537 The callback <em>parameter</em> should specify a function 541 If you specify the <em>callback</em> parameter, it should 573 <var><span>callback</span></var></span>)</div> 655 <var>callback</var> 734 <!-- CALLBACK -- [all...] |