/external/webkit/Source/WebCore/platform/graphics/win/ |
QTCFDictionary.cpp | 49 CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef allocator, CFDictionaryRef dictionary, QTCFDictonaryCreateFromDataCallback callback) 52 ASSERT(callback); 57 CFDictionaryRef outputDictionary = callback(allocator, CFDataGetBytePtr(data), CFDataGetLength(data));
|
/frameworks/base/core/jni/ |
android_os_MessageQueue.h | 36 * the callback returns, clears the pending exception from the environment, 43 /* Raises an exception from within a callback function. 47 * This message can only be called from within a callback function. If it is called
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
MockableTextToSpeechService.java | 58 protected void onSynthesizeText(SynthesisRequest request, SynthesisCallback callback) { 59 sDelegate.onSynthesizeText(request, callback); 71 void onSynthesizeText(SynthesisRequest request, SynthesisCallback callback);
|
/hardware/libhardware/include/hardware/ |
bt_av.h | 38 /** Callback for connection state change. 44 /** Callback for audiopath state change. 50 /** BT-AV callback structure. */
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 32 * into memory and post a callback to display the resulting bitmap. 44 * a callback to the UI thread to actually show the bitmap. 80 // The callback to invoke for each image. 86 // The handler to do callback. 102 private Runnable callback(final int position, final int offset, method in class:ImageGetter.ImageGetterRunnable 180 Runnable cb = callback(mCurrentPosition, offset, 216 Runnable cb = callback(mCurrentPosition, offset, 298 public void postGetterCallback(Runnable callback) { 299 postDelayedGetterCallback(callback, 0); 302 public void postDelayedGetterCallback(Runnable callback, long delay) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveCopyTask.java | 56 * Callback for the completed asynchronous task. 58 public interface Callback { 72 private final Callback callback; field in class:SaveCopyTask 76 public SaveCopyTask(Context context, Uri sourceUri, File destination, Callback callback) { 79 this.callback = callback; 224 if (callback != null) { 225 callback.onComplete(result) [all...] |
/external/flac/include/FLAC/ |
stream_decoder.h | 65 * callback, the decoder function for sample-accurate seeking within the 128 * metadata callback or write callback, respectively, once. If the decoder 129 * loses sync it will return with only the error callback being called. 133 * callback per metadata block, audio frame, or sync error, respectively. 135 * to process the stream from the current location until the read callback 138 * write, or error callback per metadata block, audio frame, or sync error, 150 * Subsequently, the first time the write callback is called it will be 153 * If the client cannot seek via the callback interface provided, but still 156 * through the read callback [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 173 MockCallback callback = new MockCallback(); local 174 clipDrawable.setCallback(callback); 176 assertSame(clipDrawable, callback.getInvalidateDrawable()); 219 MockCallback callback = new MockCallback(); local 220 mockClipDrawable.setCallback(callback); 225 assertSame(mockClipDrawable, callback.getInvalidateDrawable()); 251 MockCallback callback = new MockCallback(); local 252 clipDrawable.setCallback(callback); 254 assertEquals(clipDrawable, callback.getScheduleDrawable()); 255 assertNull(callback.getRunnable()) 307 MockCallback callback = new MockCallback(); local [all...] |
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionService.java | 38 protected void onCancel(Callback listener) { 43 protected void onStartListening(Intent recognizerIntent, Callback listener) { 44 // A real recognizer would probably utilize a lot of the other listener callback 78 protected void onStopListening(Callback listener) {
|
/external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/ |
UnixLoginModuleTest.java | 27 import javax.security.auth.callback.CallbackHandler; 28 import javax.security.auth.callback.Callback; 53 public void handle(Callback[] cbs) {
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_at.h | 56 /* callback function executed when command is parsed */ 60 /* callback function executed to send "ERROR" result code */ 67 tBTA_AG_AT_CMD_CBACK *p_cmd_cback; /* command callback */ 68 tBTA_AG_AT_ERR_CBACK *p_err_cback; /* error callback */
|
/external/chromium/chrome/browser/ |
browsing_data_database_helper.h | 12 #include "base/callback.h" 24 // initiate the flow, and it'll be notified by the callback in its UI 27 // callback is notified. 57 // callback. 60 Callback1<const std::vector<DatabaseInfo>& >::Type* callback); 62 // Cancels the notification callback (i.e., the window that created it no 76 // Notifies the completion callback. This must be called in the UI thread. 88 // after we notify the callback in the UI thread. 131 Callback1<const std::vector<DatabaseInfo>& >::Type* callback);
|
browsing_data_local_storage_helper.h | 12 #include "base/callback.h" 25 // initiate the flow, and it'll be notified by the callback in its UI 28 // callback is notified. 63 // callback. 66 Callback1<const std::vector<LocalStorageInfo>& >::Type* callback); 67 // Cancels the notification callback (i.e., the window that created it no 78 // Notifies the completion callback in the UI thread. 89 // after we notified the callback in the UI thread. 130 Callback1<const std::vector<LocalStorageInfo>& >::Type* callback);
|
mock_browsing_data_appcache_helper.cc | 7 #include "base/callback.h"
|
mock_browsing_data_appcache_helper.h | 9 #include "base/callback.h"
|
/external/chromium/chrome/browser/extensions/ |
extension_file_browser_private_api.h | 85 class Callback { 87 Callback(SelectFileDialog::Listener* listener, 104 static const Callback& Find(int32 tab_id); 105 static const Callback& null() { return null_; } 114 typedef std::map<int32, Callback> Map; 116 static Callback null_; 129 // Callback with converted local paths. 133 // Get the callback for the hosting tab. 134 const Callback& GetCallback() const;
|
/external/chromium/chrome/browser/importer/ |
importer_lock_dialog.h | 16 // warning dialog. After closing the dialog, the ImportHost receives a callback
|
/external/chromium/chrome/browser/net/ |
chrome_network_delegate.cc | 65 net::CompletionCallback* callback, 70 profile_id_, event_router_.get(), request, callback, new_url); 75 net::CompletionCallback* callback, 78 profile_id_, event_router_.get(), request_id, callback, headers);
|
/external/chromium/chrome/browser/notifications/ |
balloon_collection.h | 14 #include "base/callback.h" 96 void set_on_collection_changed_callback(Callback0::Type* callback) { 97 on_collection_changed_callback_.reset(callback); 104 // For use only with testing. This callback is invoked when a balloon
|
/external/chromium/chrome/browser/printing/ |
printer_query.h | 53 CancelableTask* callback); 57 CancelableTask* callback); 75 bool StartWorker(CancelableTask* callback); 95 // Results from the last GetSettingsDone() callback.
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_mock.cc | 15 // By default, invoke the ready callback.
|
/external/chromium/net/http/ |
http_transaction.h | 41 // NOTE: The transaction is not responsible for deleting the callback object. 45 CompletionCallback* callback, 56 // NOTE: The transaction is not responsible for deleting the callback object. 58 virtual int RestartIgnoringLastError(CompletionCallback* callback) = 0; 62 CompletionCallback* callback) = 0; 67 CompletionCallback* callback) = 0; 71 // can be resumed with RestartWithAuth(L"", L"", callback) to resume 88 // NOTE: The transaction is not responsible for deleting the callback object. 93 CompletionCallback* callback) = 0;
|
/external/chromium/net/proxy/ |
proxy_resolver.h | 38 // by running |callback|. If the result code is OK then 44 CompletionCallback* callback, 66 // the result through |callback|. 69 CompletionCallback* callback) = 0;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld.h | 11 // process and runs the user-supplied callback in the same address space. 60 // Suspend all threads in the current process and run the callback on the list 62 // The callback should not call any libc functions. 64 void StopTheWorld(StopTheWorldCallback callback, void *argument);
|
/external/javasqlite/src/main/java/SQLite/ |
TableResult.java | 30 public class TableResult implements Callback { 104 * Callback method used while the query is executed. 113 * Callback method used while the query is executed. 121 * Callback method used while the query is executed.
|