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

<<11121314151617181920>>

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
VideoFragment.java 33 SurfaceHolder.Callback mMediaPlaybackCallback;
44 mVideoSurface.getHolder().addCallback(new SurfaceHolder.Callback() {
74 * Adds {@link SurfaceHolder.Callback} to {@link android.view.SurfaceView}.
76 public void setSurfaceHolderCallback(SurfaceHolder.Callback callback) {
77 mMediaPlaybackCallback = callback;
79 if (callback != null) {
VideoSupportFragment.java 36 SurfaceHolder.Callback mMediaPlaybackCallback;
47 mVideoSurface.getHolder().addCallback(new SurfaceHolder.Callback() {
77 * Adds {@link SurfaceHolder.Callback} to {@link android.view.SurfaceView}.
79 public void setSurfaceHolderCallback(SurfaceHolder.Callback callback) {
80 mMediaPlaybackCallback = callback;
82 if (callback != null) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperations.java 55 public static String start(Context context, FileOperation operation, Callback callback) {
62 callback.onOperationResult(Callback.STATUS_ACCEPTED, operation.getOpType(),
119 * A functional callback called when the file operation starts or fails to start.
122 public interface Callback {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountFinalizeFragment.java 42 public interface Callback {
86 Callback activity = (Callback) getActivity();
AccountSetupFragment.java 42 public interface Callback {
105 final Callback callback = (Callback) getActivity(); local
108 callback.onNextButton();
110 callback.onBackPressed();
CheckSettingsProgressDialogFragment.java 45 public interface Callback {
113 final Callback callback = (Callback) getActivity(); local
114 if (callback != null) {
115 callback.onCheckSettingsProgressDialogCancel();
117 LogUtils.d(LogUtils.TAG, "Null callback in CheckSettings dialog onCancel");
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateBaseBridge.java 35 protected final Callback mCallback;
39 public AppStateBaseBridge(ApplicationsState appState, Callback callback) {
42 mCallback = callback;
157 public interface Callback {
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintUiHelper.java 40 private Callback mCallback;
43 public FingerprintUiHelper(ImageView icon, TextView errorTextView, Callback callback,
48 mCallback = callback;
122 public interface Callback {
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppStateBaseBridge.java 35 protected final Callback mCallback;
39 public AppStateBaseBridge(ApplicationsState appState, Callback callback) {
42 mCallback = callback;
157 public interface Callback {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsconf.h 134 typedef BOOL (CALLBACK *LPFNDIRECTSOUNDDEVICEENUMERATECALLBACK1)(PDSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1_DATA, LPVOID);
135 typedef BOOL (CALLBACK *LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKA)(PDSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA, LPVOID);
136 typedef BOOL (CALLBACK *LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKW)(PDSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA, LPVOID);
140 LPFNDIRECTSOUNDDEVICEENUMERATECALLBACK1 Callback;
146 LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKA Callback;
152 LPFNDIRECTSOUNDDEVICEENUMERATECALLBACKW Callback;
  /system/update_engine/update_manager/
evaluation_context.h 25 #include <base/callback.h>
72 std::unique_ptr<base::Callback<void(EvaluationContext*)>> unregister_cb);
77 std::unique_ptr<base::Callback<void(EvaluationContext*)>>()) {}
111 // Schedules the passed |callback| closure to be called when a cached
118 bool RunOnValueChangeOrTimeout(base::Closure callback);
140 // then executes the scheduled callback.
158 // A callback used for triggering re-evaluation upon a value change or poll
164 // The TaskId returned by the message loop identifying the timeout callback.
165 // Used for canceling the timeout callback.
208 // A callback for unregistering the context upon destruction
    [all...]
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintUiHelper.java 43 private final Callback mCallback;
60 public FingerprintUiHelper build(ImageView icon, TextView errorTextView, Callback callback) {
62 callback);
71 ImageView icon, TextView errorTextView, Callback callback) {
75 mCallback = callback;
163 public interface Callback {
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintUiHelper.java 43 private final Callback mCallback;
60 public FingerprintUiHelper build(ImageView icon, TextView errorTextView, Callback callback) {
62 callback);
71 ImageView icon, TextView errorTextView, Callback callback) {
75 mCallback = callback;
163 public interface Callback {
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintUiHelper.java 43 private final Callback mCallback;
60 public FingerprintUiHelper build(ImageView icon, TextView errorTextView, Callback callback) {
62 callback);
71 ImageView icon, TextView errorTextView, Callback callback) {
75 mCallback = callback;
163 public interface Callback {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCodeCallBack/
PxeBaseCodeCallBack.h 16 EFI PXE Base Code CallBack Protocol
75 EFI_PXE_CALLBACK Callback;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4CallBack/
PxeDhcp4CallBack.h 16 EFI PXE DHCP4 Callback protocol definition.
76 EFI_PXE_DHCP4_CALLBACK Callback;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.h 18 The default callback function for system generated packet.
60 @param[in] Callback The callback function to issue when transmission
62 @param[in] Context The opaque context for the callback
79 IN IP4_FRAME_CALLBACK Callback,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BluetoothIo.h 169 Callback function, it is called when asynchronous transfer is completed.
176 @retval EFI_SUCCESS The callback function complete successfully.
195 @param Callback The callback function. This function is called if the asynchronous transfer is
197 @param Context Data passed into Callback function. This is optional parameter and may be NULL.
212 IN EFI_BLUETOOTH_IO_ASYNC_FUNC_CALLBACK Callback,
280 Callback function, it is called when asynchronous transfer is completed.
286 @retval EFI_SUCCESS The callback function complete successfully.
302 @param Callback The callback function. This function is called if the asynchronous transfer is
    [all...]
PxeBaseCodeCallBack.h 67 /// Callback status type.
77 Callback function that is invoked when the PXE Base Code Protocol is about to transmit, has
83 are zero and NULL respectively, then this is a status update callback. If the operation specified
86 the polling nature of UEFI device drivers, a callback function should not execute for more than 5 ms.
87 The SetParameters() function must be called after a Callback Protocol is installed to enable the
92 @param Received TRUE if the callback is being invoked due to a receive event. FALSE if
93 the callback is being invoked due to a transmit event.
124 EFI_PXE_CALLBACK Callback;
  /external/libbrillo/brillo/dbus/
exported_property_set.h 67 using OnUpdateCallback = base::Callback<void(const ExportedPropertyBase*)>;
69 // Called by ExportedPropertySet to register a callback. This callback
95 using PropertyWriter = base::Callback<void(VariantDictionary* dict)>;
105 // Return a callback that knows how to write this property set's properties
183 const base::Callback<bool(brillo::ErrorPtr*, const T&)>& validator) {
217 base::Callback<bool(brillo::ErrorPtr*, const T&)> validator_;
  /external/libbrillo/brillo/message_loops/
message_loop_utils.cc 15 base::Callback<bool()> terminate) {
  /external/libbrillo/brillo/
process_reaper.h 12 #include <base/callback.h>
22 // The callback called when a child exits.
23 using ChildCallback = base::Callback<void(const siginfo_t&)>;
39 // Watch for the child process |pid| to finish and call |callback| when the
41 // |callback| receives the exit status and exit code of the terminated process
45 const ChildCallback& callback);
61 ChildCallback callback; member in struct:brillo::final::WatchedProcess
  /external/libchrome/base/files/
important_file_writer.h 11 #include "base/callback.h"
99 // successful write event. Only one callback can be set at once.
109 bool PostWriteTask(const Callback<bool()>& task);
  /external/libchrome/base/mac/
bind_objc_block.h 14 // BindBlock builds a callback from an Objective-C block. Example usages:
18 // Callback<int(void)> callback = BindBlock(^{return 42;});
20 // Callback<void(const std::string&, const std::string&)> callback =
26 // the underlying templates in bind_internal.h and callback.h are limited to
44 // Construct a callback from an objective-C block with up to six arguments (see
47 base::Callback<R(Args...)> BindBlock(R(^block)(Args...)) {
  /external/libchrome/base/synchronization/
waitable_event_watcher.h 14 #include "base/callback.h"
29 // the waitable event is signaled, a callback is made in the thread of a given
30 // MessageLoop. This callback can be deleted by deleting the waiter.
68 typedef Callback<void(WaitableEvent*)> EventCallback;
72 // When @event is signaled, the given callback is called on the thread of the
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
80 // The callback will *not* be called for the current watch after this
81 // function returns. Since the callback runs on the same thread as this
89 // Return the callback that will be invoked when the event is
91 const EventCallback& callback() const { return callback_; function in class:base::WaitableEventWatcher
    [all...]

Completed in 1184 milliseconds

<<11121314151617181920>>