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

<<51525354555657585960>>

  /sdk/templates/activities/FullscreenActivity/root/src/app_package/util/
SystemUiHider.java.ftl 76 * The current visibility callback.
141 * Registers a callback, to be triggered when the system UI visibility
153 * A dummy no-op callback for use when there is no other listener set.
162 * A callback interface used to listen for system UI visibility changes.
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 54 * that it does during the onAttach() callback
63 // Check that the container activity has implemented the callback interface
90 // Must call in order to get callback to onCreateOptionsMenu()
130 // Attach a GlobalLayoutListener so that we get a callback when the layout
160 // Send the event to the host activity via OnItemSelectedListener callback
206 // Because the fragment doesn't have a reliable callback to notify us when
208 // the necessary callback so we can add top-margin to the ListView in order to dodge
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 233 // When the data type controller invokes this callback, it must be
238 // If we reach this callback while stopping, this means that
247 LOG(ERROR) << "Start callback called by stopped data type!";
272 // callback.
299 // which will synchronously invoke the start callback.
306 // By this point, the datatype should have invoked the start callback,
309 // callback appropriately.
  /external/chromium/net/spdy/
spdy_stream.h 66 // this callback may be called multiple times.
81 // Sets the callback to be invoked when a new chunk is available to upload.
82 virtual void set_chunk_callback(ChunkCallback* callback) = 0;
179 // stream. This callback may be called multiple times as data arrives
182 // from this buffer before returning from this callback.
187 // Called by the SpdySession when a write has completed. This callback
193 // Called by the SpdySession when the request is finished. This callback
  /external/chromium/webkit/glue/media/
simple_data_source.cc 62 void SimpleDataSource::Stop(media::FilterCallback* callback) {
65 if (callback) {
66 callback->Run();
67 delete callback;
77 media::PipelineStatusCallback* callback) {
85 DCHECK(callback);
87 initialize_callback_.reset(callback);
  /external/harfbuzz_ng/src/
hb-ot-map.cc 120 if (pause->callback)
121 pause->callback (plan, font, buffer);
142 if (pause->callback)
143 pause->callback (plan, font, buffer);
163 p->callback = pause_func;
314 pause_map->callback = pauses[table_index][pause_index].callback;
  /external/kernel-headers/original/linux/
rcupdate.h 46 * struct rcu_head - callback structure for use with RCU
63 /* Global control variables for rcupdate callback mechanism. */
145 * sections, invocation of the corresponding RCU callback is deferred
152 * an RCU callback, (3) CPU 0 exits the RCU read-side critical section,
154 * callback is invoked. This is legal, because the RCU read-side critical
157 * callback would free up) has completed before the corresponding
158 * RCU callback is invoked.
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 54 /* NFA SNEP callback events */
160 /* Union of all SNEP callback structures */
176 /* NFA SNEP callback */
359 ** pass the pointer within callback context. This buffer will be
373 ** through registered callback function. Application may free
394 ** pass the pointer within callback context. This buffer will be
404 ** NFA_SNEP_DISC_EVT will be returned through registered callback
  /external/libppp/src/
throughput.c 64 t->callback.data = NULL;
65 t->callback.fn = NULL;
189 if (t->callback.fn != NULL && uptime >= t->SamplePeriod)
190 (*t->callback.fn)(t->callback.data);
300 t->callback.fn = fn;
301 t->callback.data = data;
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 86 /** User supplied read callback.
95 /** User supplied seek callback.
104 /** User supplied tell callback.
133 /** Logging callback function pointer. */
141 @param callback Optional logging callback function pointer. May be NULL.
144 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback);
  /external/ppp/pppd/
cbcp.c 56 { "callback", o_special, (void *)setcbcp,
57 "Ask for callback", OPT_PRIO | OPT_A2STRVAL, &cbcp[0].us_number },
112 novm("callback number");
331 dbglog("no callback allowed");
335 dbglog("user callback allowed");
385 warn("callback number truncated to 250 characters");
480 /* ok peer will do callback */
  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 49 var callback = function(style) {
54 WebInspector.cssModel.getComputedStyleAsync(node.id, callback);
274 var callback = function(style) { function
286 style.appendProperty(context.styleProperty, userInput, callback);
288 property.setValue(userInput, callback);
299 property.setValue(userInput, callback);
303 this.inlineStyle.appendProperty(context.styleProperty, userInput, callback);
ObjectPropertiesSection.js 48 function callback(properties)
55 this.object.getAllProperties(callback);
57 this.object.getOwnProperties(callback);
152 var callback = function(properties) { class
162 this.property.value.getOwnProperties(callback.bind(this));
294 function callback(error)
310 this.property.parentObject.setPropertyValue(this.property.name, expression.trim(), callback.bind(this));
SourceFile.js 55 requestContent: function(callback)
58 callback(this._mimeType, this._content);
62 this._requestContentCallbacks.push(callback);
77 requestSourceMapping: function(callback)
81 callback(this._mapping);
244 requestSourceMapping: function(callback)
248 callback(this._mapping);
TextEditorModel.js 268 undo: function(callback)
273 var range = this._doUndo(this._undoStack, callback);
279 redo: function(callback)
284 var range = this._doUndo(this._redoStack, callback);
290 _doUndo: function(stack, callback)
298 if (callback)
299 callback(command.range, range);
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 57 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
58 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK MyEditProc(HWND, UINT, WPARAM, LPARAM);
296 static BOOL CALLBACK AbortProc(HDC hDC, int Error)
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
416 LRESULT CALLBACK MyEditProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
441 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 32 * expected to maintain these variables and register a callback functions for
105 * expected to maintain these variables and register a callback functions for
122 * struct eapol_callbacks - Callback functions from EAP to lower layer
124 * This structure defines the callback functions that EAP state machine
128 * callback functions.
204 * this callback function can be used to request EAPOL state machine to
278 * cert_in_cb - Include server certificates in callback
  /ndk/docs/
NATIVE-ACTIVITY.HTML 30 contains the callback interface and data structures that you need to create your native
31 activity. Because the main thread of your application handles the callbacks, your callback
33 Responding) errors because your main thread will be unresponsive until the callback returns.
50 this interface you must ensure that your callback implementations do not block the main UI thread.
98 ANativeActivity structure, which contains function pointers to the various callback
99 implementations that you need to write. Set the applicable callback function pointers in
109 Lifecycles. Remember that your callback implementations must not be blocking, or you might get
  /external/bluetooth/bluedroid/stack/include/
mca_api.h 54 /* Control callback events. */
87 /* This is the data callback function. It is executed when MCAP has a data
105 tMCA_DATA_CBACK *p_data_cback; /* Data callback function */
127 /* Header structure for callback event parameters. */
133 /* Response Header structure for callback event parameters. */
189 /* Union of all control callback event data structures */
210 /* This is the control callback function. This function passes control events
315 ** control callback function.
336 ** reported to the application via its control callback function.
386 ** control callback function for this handle
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 118 upper layer response callback (before another READ is pended) is called
119 only after sending S frame and wait for the callback and then notify the
122 upper layer response callback (before another READ is pended) is called
124 callback)
237 /********************** Callback functions **************************/
239 /******************* End of Callback functions **********************/
352 /* User has sent an I frame, for that a write response callback
436 /** Stored frame needs completion callback, to be sent to HCI */
615 /** Register attention, send and receive callback from the
620 "send complete" callback */
    [all...]
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 58 /// startFunction - This callback is invoked when the specified function is
64 /// finishFunction - This callback is invoked when the specified function has
77 /// emitByte - This callback is invoked when a byte needs to be written to the
85 /// emitWordLE - This callback is invoked when a 32-bit word needs to be
99 /// emitWordBE - This callback is invoked when a 32-bit word needs to be
113 /// emitDWordLE - This callback is invoked when a 64-bit word needs to be
131 /// emitDWordBE - This callback is invoked when a 64-bit word needs to be
174 /// emitULEB128Bytes - This callback is invoked when a ULEB128 needs to be
192 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
207 /// emitString - This callback is invoked when a String needs to b
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 44 // callback in the transfer vector. This should never be called.
172 ld_plugin_register_claim_file callback; local
173 callback = tv->tv_u.tv_register_claim_file;
175 if ((*callback)(claim_file_hook) != LDPS_OK)
181 ld_plugin_register_all_symbols_read callback; local
182 callback = tv->tv_u.tv_register_all_symbols_read;
184 if ((*callback)(all_symbols_read_hook) != LDPS_OK)
190 ld_plugin_register_cleanup callback; local
191 callback = tv->tv_u.tv_register_cleanup;
193 if ((*callback)(cleanup_hook) != LDPS_OK
    [all...]
  /external/oprofile/libpopt/
popt.h 25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be
27 to callback, descrip points to
28 callback data to pass */
68 * \name Callback modifiers
71 #define POPT_CBFLAG_PRE 0x80000000 /*!< call the callback before parse */
72 #define POPT_CBFLAG_POST 0x40000000 /*!< call the callback after parse */
75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */
214 * Table callback prototype.
216 * @param reason reason for callback
217 * @param opt option that triggered callback
    [all...]
  /external/oprofile/
popt.h 25 #define POPT_ARG_CALLBACK 5 /*!< table-wide callback... must be
27 to callback, descrip points to
28 callback data to pass */
68 * \name Callback modifiers
71 #define POPT_CBFLAG_PRE 0x80000000 /*!< call the callback before parse */
72 #define POPT_CBFLAG_POST 0x40000000 /*!< call the callback after parse */
75 #define POPT_CBFLAG_SKIPOPTION 0x10000000 /*!< don't callback with option */
214 * Table callback prototype.
216 * @param reason reason for callback
217 * @param opt option that triggered callback
    [all...]
  /external/v8/include/
v8-debug.h 172 * Client data passed with the corresponding callback when it was
189 * Debug event callback function.
191 * \param event the type of the debug event that triggered the callback
203 * Debug event callback function.
213 * Debug message callback function.
228 * Debug message callback function.
238 * Debug host dispatch callback function.
243 * Callback function for the host to ensure debug messages are processed.
292 * Register a callback function to be called when a debug message has been
295 * callback can be used to make sure V8 is entered for the debug message t
    [all...]

Completed in 784 milliseconds

<<51525354555657585960>>