HomeSort by relevance Sort by last modified time
    Searched refs:Callback (Results 476 - 500 of 1790) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormCallback.h 42 /// to describe the standard behavior of the browser after the callback.
44 /// If this flag is set, the browser will exit and reset after processing callback results.
48 /// If this flag is set, the browser will exit after processing callback results.
52 /// If this flag is set, the browser will save the NV data after processing callback results.
56 /// If this flag is set, the browser will turn the NV flag on after processing callback results.
60 /// If this flag is set, the browser will turn the NV flag off after processing callback results.
68 UINT16 Flags; ///< Flags settings to determine what behavior is desired from the browser after the callback.
190 on the opcode that generated the callback.
217 EFI_FORM_CALLBACK Callback; ///< The function that is called from the configuration browser to communicate key value pairs.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
VarCheckLib.h 34 Register END_OF_DXE callback.
35 The callback will be invoked by VarCheckLibInitializeAtEndOfDxe().
37 @param[in] Callback END_OF_DXE callback.
39 @retval EFI_SUCCESS The callback was registered successfully.
40 @retval EFI_INVALID_PARAMETER Callback is NULL.
43 @retval EFI_OUT_OF_RESOURCES There is not enough resource for the callback register request.
49 IN VAR_CHECK_END_OF_DXE_CALLBACK Callback
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiConfigAccess.h 181 vary based on the opcode that generated the callback.
186 callback function.
188 @retval EFI_SUCCESS The callback successfully handled the action.
193 callback.
215 EFI_HII_ACCESS_FORM_CALLBACK Callback;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Output.h 43 The default callback function for system generated packet.
80 @param[in] Callback The callback function to issue when transmission
82 @param[in] Context The opaque context for the callback.
102 IN IP6_FRAME_CALLBACK Callback,
112 @param[in] IoStatus The transmit status returned to the frames' callback.
  /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.
  /external/libbrillo/brillo/dbus/
dbus_method_invoker.h 173 auto callback = [val_tuple](const ResultTypes&... params) { local
177 callback, reader, error);
186 auto callback = [ref_tuple](const ResultTypes&... params) { local
190 callback, reader, error);
243 using AsyncErrorCallback = base::Callback<void(Error* error)>;
246 // from D-Bus into brillo::Error* and invokes the |callback|.
247 void BRILLO_EXPORT TranslateErrorResponse(const AsyncErrorCallback& callback,
256 const base::Callback<void(OutArgs...)>& success_callback,
259 auto callback = [&success_callback](const OutArgs&... params) { local
266 if (!DBusParamReader<false, OutArgs...>::Invoke(callback, &reader, &error) &
    [all...]
  /external/libmojo/mojo/common/
data_pipe_file_utils.cc 73 const base::Callback<void(bool)>& callback) {
77 callback);
  /external/libmojo/mojo/public/cpp/bindings/lib/
interface_ptr_state.h 64 void QueryVersion(const base::Callback<void(uint32_t)>& callback) {
68 // name. It is safe to capture |this| because the callback won't be run
72 callback));
166 void OnQueryVersion(const base::Callback<void(uint32_t)>& callback,
169 callback.Run(version);
209 void QueryVersion(const base::Callback<void(uint32_t)>& callback) {
214 // name. It is safe to capture |this| because the callback won't be ru
    [all...]
  /external/llvm/include/llvm-c/
OrcBindings.h 73 * Create a lazy compile callback.
77 LLVMOrcLazyCompileCallbackFn Callback,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 101 * before it completes the callback will not be invoked.
105 public void enqueue(Callback responseCallback) {
109 void enqueue(Callback responseCallback, boolean forWebSocket) {
128 * #enqueue(Callback) enqueued}. It is an error to execute a call more than once.
139 private final Callback responseCallback;
142 private AsyncCall(Callback responseCallback, boolean forWebSocket) {
181 // Do not signal the callback twice!
182 logger.log(Level.INFO, "Callback failure for " + toLoggableString(), e);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordingCallback.java 27 public class RecordingCallback implements Callback {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ValueHandle.h 45 /// fully general Callback version does have a vtable.
48 Callback,
359 : ValueHandleBase(Callback, RHS) {}
368 CallbackVH() : ValueHandleBase(Callback) {}
369 CallbackVH(Value *P) : ValueHandleBase(Callback, P) {}
  /external/v8/src/
global-handles.h 127 // Make the global handle weak and set the callback parameter for the
129 // handles point to an object the callback function is invoked (for each
134 // before the callback is invoked, but the handle can still be identified
135 // in the callback by using the location() of the handle.
137 WeakCallbackInfo<void>::Callback weak_callback,
203 // Find all weak handles satisfying the callback predicate, mark
216 // the callback predicate and marks them as pending. See the note above.
224 // the callback predicate and marks them as pending. See the note above.
237 // which requires visiting. The callback has to return true if objects
245 // Should be only used in GC callback function before a collection
379 Data::Callback callback() { return callback_; } function in class:v8::internal::GlobalHandles::PendingPhantomCallback
    [all...]
  /external/webrtc/webrtc/base/
dbus.h 74 // Handles callback on DBus messages by DBus system.
79 // Handles callback on DBus messages to each DBusSigFilter instance.
80 DBusHandlerResult Callback(DBusMessage *message);
101 // DBus signals back through the callback.
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_unittest.cc 23 public DesktopCapturer::Callback {
32 // DesktopCapturer::Callback interface
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 36 * RadioManager.BandConfig, boolean, RadioTuner.Callback, Handler)}.
49 * Close the tuner interface. The {@link Callback} callback will not be called
120 * The operation is asynchronous and {@link Callback}
141 * The operation is asynchronous and {@link Callback}
162 * The operation is asynchronous and {@link Callback}
183 * If an operation is pending, {@link Callback} onError() will be called with
239 * RadioManager.BandConfig, boolean, Callback, Handler)}
242 * When this happens, {@link Callback#onControlChanged(boolean)} is received.
244 * callback) or close and reopen the tuner interface
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
WindowDecorActionBarTest.java 74 private static final class MockActionModeCallback implements ActionMode.Callback {
  /frameworks/base/location/java/android/location/
GnssStatus.java 26 * This class is used in conjunction with the {@link GnssStatus.Callback}.
67 public static abstract class Callback {
  /frameworks/base/media/java/android/media/
MediaSync.java 51 * sync.setCallback(new MediaSync.Callback() {
67 * // The audioByteBuffer and bufferId will be returned via callback.
78 * // This is the callback from MediaCodec.
91 * // This is the callback from MediaSync.
108 * #queueAudio}, and are returned to the client via {@link Callback#onAudioBufferConsumed}
118 * MediaSync callback interface. Used to notify the user asynchronously
121 public static abstract class Callback {
145 * Interface definition of a callback to be invoked when there
187 private MediaSync.Callback mCallback = null;
242 * Sets an asynchronous callback for actionable MediaSync events
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ActivityStarterDelegate.java 49 public void startActivity(Intent intent, boolean dismissShade, Callback callback) {
51 mActualStarter.startActivity(intent, dismissShade, callback);
  /frameworks/base/rs/java/android/renderscript/
RSSurfaceView.java 35 public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
64 // Install a SurfaceHolder.Callback so we get notified when the
72 * This method is part of the SurfaceHolder.Callback interface, and is
81 * This method is part of the SurfaceHolder.Callback interface, and is
95 * This method is part of the SurfaceHolder.Callback interface, and is
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 44 private VideoCall.Callback mCallback;
225 public void registerCallback(VideoCall.Callback callback) {
226 registerCallback(callback, null);
230 public void registerCallback(VideoCall.Callback callback, Handler handler) {
231 mCallback = callback;
240 public void unregisterCallback(VideoCall.Callback callback) {
241 if (callback != mCallback)
    [all...]
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
BitmapRequestKeyImpl.java 70 final Callback callback) {
  /frameworks/support/compat/java/android/support/v4/view/
KeyEventCompat.java 104 * {@link KeyEvent#dispatch(KeyEvent.Callback, KeyEvent.DispatcherState, Object)} directly.
108 public static boolean dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state,
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarActionMode.java 48 startSupportActionMode(new ActionMode.Callback() {

Completed in 971 milliseconds

<<11121314151617181920>>