HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1076 - 1100 of 6179) sorted by null

<<41424344454647484950>>

  /device/generic/goldfish/camera/
EmulatedBaseCamera.h 61 * This method is called in response to hw_module_methods_t::open callback.
83 * This method is called in response to camera_device::close callback.
91 * callback.
  /device/samsung/tuna/audio/
ril_interface.c 42 /* Audio WB AMR callback */
52 /* This is the callback function that the RIL uses to
127 /* register the wideband AMR callback */
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_api.c 51 ** When the enable operation is complete the callback function
104 ** the callback function will be called with a BTA_PAN_SET_ROLE_EVT.
170 ** When connection is open callback function is called
  /external/chromium/base/
bind.h 17 // See base/callback.h for how to use these functions.
20 // Though Bind()'s result is meant to be stored in a Callback<> type, it
23 // discern the correct specialization of Callback<>, Bind would need to
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 10 #include "base/callback.h"
30 virtual void Init(InitDoneCallback* callback);
44 void DoInit(InitDoneCallback* callback);
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 55 MessageCallback* callback) {
58 delete callback;
63 return host->AddWebUIMessageCallback(message, callback);
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 56 // hung window. If the callback ever hits, the window is not hung anymore
134 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) {
146 void CALLBACK HungPluginAction::HungWindowResponseCallback(HWND target_window,
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 12 #include "base/callback.h"
72 // called but before the start callback is called, the start is
73 // aborted and the start callback is invoked with the ABORTED start
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 79 invalidation::Closure* callback) OVERRIDE;
80 virtual void InvalidateAll(invalidation::Closure* callback) OVERRIDE;
85 virtual void AllRegistrationsLost(invalidation::Closure* callback) OVERRIDE;
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 128 scoped_ptr<ThumbnailReadyCallback> callback; member in struct:ThumbnailGenerator::AsyncRequestInfo
184 ThumbnailReadyCallback* callback,
197 callback->Run(first_try);
199 delete callback;
207 // this callback for later lookup when the rendering is done.
223 delete callback;
231 request_info->callback.reset(callback);
238 NOTREACHED() << "Callback already registered?";
273 // Lookup the callback, run it, and erase it
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac.h 55 // Callback for "Stats for nerds" link.
58 // Callback for "End process" button.
61 // Callback for double clicks on the table.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
imageinfo.js 17 function readFileData(url, callback) {
28 if (callback) callback();
  /external/chromium/net/http/
http_auth_controller_unittest.cc 74 TestCompletionCallback callback; local
77 controller->MaybeGenerateAuthToken(&request, &callback,
80 EXPECT_EQ(expected_controller_rv, callback.WaitForResult());
  /external/chromium/net/socket/
ssl_client_socket.h 29 // 3) return IO_PENDING and call |callback| on the current MessageLoop at
30 // some point in the future. Once the callback has been made, this
33 CompletionCallback* callback) = 0;
ssl_client_socket_mac.h 49 virtual int Connect(CompletionCallback* callback
66 virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
67 virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
tcp_server_socket_libevent.cc 114 scoped_ptr<ClientSocket>* socket, CompletionCallback* callback) {
117 DCHECK(callback);
133 accept_callback_ = callback;
tcp_server_socket_win.cc 102 scoped_ptr<ClientSocket>* socket, CompletionCallback* callback) {
105 DCHECK(callback);
118 accept_callback_ = callback;
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 39 class Callback {
42 virtual ~Callback() {}
52 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB);
  /external/clang/test/Analysis/inlining/
RetainCountExamples.m 68 // Specialically, the objects passed into calls with delegate and callback
84 // Releases object through callback.
94 // Releases object through callback.
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 42 * Callback to indicate the application to initialize. This method
56 * Callback to update the application state, and render the scene
93 * Callback to indicate that the context has been destroyed (either
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 36 * Failure callback strategy that writes a message to sysout, then calls
55 * Failure callback strategy that throws an UnsatisfiedLinkError, which
113 * Sets a callback for what should happen if the JNI library cannot
  /external/kernel-headers/original/linux/
mca.h 19 /* This sets up an information callback for /proc/mca/slot?. The
64 /* /proc info callback */
66 /* device/context info for proc callback */
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 64 ** Callback Functions Prototypes
67 /* Link Management Callback Events */
74 /* Link Management Callback Reasons */
96 /* Service Access Point (SAP) Callback Events */
199 /* Service Discovery Callback */
203 /* LLCP DTA Callback - notify DTA responded SNL for connectionless echo service */
305 ** callback function if successful.
320 ** LLCP_LINK_DEACTIVATED_EVT will be returned through callback
332 ** Description Register server and callback function
354 ** Description Register client and callback functio
    [all...]
  /external/marisa-trie/lib/marisa/
trie.h 105 // bool callback(UInt32 key_id, std::size_t key_length);
107 std::size_t find_callback(const char *str, T callback) const;
110 T callback) const;
112 std::size_t find_callback(const std::string &str, T callback) const;
174 // bool callback(UInt32 key_id, const std::string &key);
176 std::size_t predict_callback(const char *str, T callback) const;
179 T callback) const;
181 std::size_t predict_callback(const std::string &str, T callback) const;
260 std::size_t find_callback_(T query, U callback) const;
269 std::size_t predict_callback_(T query, U callback) const
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.h 105 // bool callback(UInt32 key_id, std::size_t key_length);
107 std::size_t find_callback(const char *str, T callback) const;
110 T callback) const;
112 std::size_t find_callback(const std::string &str, T callback) const;
174 // bool callback(UInt32 key_id, const std::string &key);
176 std::size_t predict_callback(const char *str, T callback) const;
179 T callback) const;
181 std::size_t predict_callback(const std::string &str, T callback) const;
260 std::size_t find_callback_(T query, U callback) const;
269 std::size_t predict_callback_(T query, U callback) const
    [all...]

Completed in 851 milliseconds

<<41424344454647484950>>