HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 676 - 700 of 3607) sorted by null

<<21222324252627282930>>

  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 82 // to all registerd callbacks.
112 // register the callback to the list of callbacks.
202 // Make the calls to all the registered callbacks.
  /external/clang/lib/Lex/
PPDirectives.cpp 371 if (Callbacks)
372 Callbacks->Endif(Tok.getLocation(), CondInfo.IfLoc);
398 if (Callbacks)
399 Callbacks->Else(Tok.getLocation(), CondInfo.IfLoc);
431 if (Callbacks)
432 Callbacks->Elif(Tok.getLocation(),
450 if (Callbacks) {
452 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.h 44 * response to hw_module_methods_t::open, and camera_device::close callbacks.
294 * Camera API callbacks as defined by camera_device_ops structure.
296 * each of these callbacks. Implemented in this class, these callbacks simply
378 /* Registered callbacks implementing camera API. */
EmulatedCameraFactory.cpp 253 const camera_module_callbacks_t *callbacks)
255 ALOGV("%s: callbacks = %p", __FUNCTION__, callbacks);
257 mCallbacks = callbacks;
263 * Camera HAL API callbacks.
300 const camera_module_callbacks_t *callbacks)
302 return gEmulatedCameraFactory.setCallbacks(callbacks);
EmulatedCamera2.cpp 210 * Camera API callbacks as defined by camera2_device_ops structure. See
212 * of these callbacks. Implemented in this class, these callbacks simply
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_service.cc 334 std::vector<OwnershipStatusCallback> callbacks; local
335 callbacks.swap(pending_ownership_status_callbacks_);
336 for (std::vector<OwnershipStatusCallback>::iterator iter(callbacks.begin());
337 iter != callbacks.end(); ++iter) {
358 // of the callbacks above are queued up properly.
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager_unittest.cc 165 // Wait to check callbacks before removing the listener.
195 // Wait to check callbacks before removing the listener.
315 // Wait to check callbacks before removing the listener.
357 // Wait to check callbacks before removing the listener.
386 // Wait to check callbacks before removing the listener
  /external/chromium_org/ppapi/tests/
test_audio.cc 187 // test the audio callbacks, we must have a configuration where audio can
213 // If any more audio callbacks are generated, we should crash (which is good).
245 // If any more audio callbacks are generated, we should crash (which is good).
284 // If any more audio callbacks are generated, we should crash (which is good).
314 // If any more audio callbacks are generated, we should crash (which is good).
  /external/chromium_org/tools/gn/
input_file_manager.cc 48 // Try not to schedule callbacks while holding the lock. All cases that don't
246 std::vector<FileLoadCallback> callbacks; local
270 callbacks.swap(data->scheduled_callbacks);
276 for (size_t i = 0; i < callbacks.size(); i++)
277 callbacks[i].Run(unowned_root);
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 55 // We should only be destroyed after the callbacks have been notified.
206 std::vector<DownloadRequestLimiter::Callback> callbacks; local
216 callbacks.swap(callbacks_);
221 callbacks.assign(start, end);
226 for (size_t i = 0; i < callbacks.size(); ++i)
227 host_->ScheduleNotification(callbacks[i], allow);
248 // removes from state_map_. As such, there should be no pending callbacks.
  /external/flac/include/FLAC/
stream_decoder.h 61 * the client via callbacks, or directly from a file, depending on how
62 * it is initialized. When decoding via callbacks, the client provides
63 * callbacks for reading FLAC data and writing decoded samples, and
68 * callbacks; the rest of the callbacks are supplied internally. For more
94 * to decode data, which subsequently calls the callbacks.
108 * callbacks, and two for decoding directly from a FLAC file.
110 * For decoding via callbacks, use FLAC__stream_decoder_init_stream().
111 * You must also supply several callbacks for handling I/O. Some (like
116 * \c FILE* or filename and fewer callbacks; the decoder will handl
    [all...]
stream_encoder.h 62 * client via callbacks, or directly to a file, depending on how it is
63 * initialized. When encoding via callbacks, the client provides a write
70 * write and seek callbacks are supplied internally. For more info see the
111 * subsequently calls the callbacks when there is encoder data ready
123 * callbacks and more options. Typically the client will create a new
143 * callbacks, and two for encoding directly to a file.
145 * For encoding via callbacks, use FLAC__stream_encoder_init_stream().
148 * it is best to also supply seek and tell callbacks, as this allows the
155 * filename or open \c FILE*; the encoder will handle all the callbacks
166 * encoding you will usually get at least twice the number of callbacks tha
    [all...]
all.h 213 * callbacks for the I/O, and the seeking callbacks are optional. This
217 * and fewer callbacks; most of the other callbacks are supplied
223 * Since the callbacks and client data are now passed to the init
230 * and callbacks are the same as for native FLAC.
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 145 * @param listener the listener invoked for all the callbacks, this must
188 * @param onDoubleTapListener the listener invoked for all the callbacks, or
217 * appropriate callbacks on the {@link OnGestureListener} supplied.
497 * @param listener the listener invoked for all the callbacks, this must
510 * @param listener the listener invoked for all the callbacks, this must
531 * appropriate callbacks on the {@link OnGestureListener} supplied.
558 * @param listener the listener invoked for all the callbacks, or
  /external/chromium_org/dbus/
bus.cc 934 std::vector<GetServiceOwnerCallback>& callbacks = it->second; local
935 for (size_t i = 0; i < callbacks.size(); ++i) {
936 if (callbacks[i].Equals(callback))
939 callbacks.push_back(callback);
967 std::vector<GetServiceOwnerCallback>& callbacks = it->second;
968 for (size_t i = 0; i < callbacks.size(); ++i) {
969 if (callbacks[i].Equals(callback)) {
970 callbacks.erase(callbacks.begin() + i);
974 if (!callbacks.empty()
1116 const std::vector<GetServiceOwnerCallback>& callbacks = it->second; local
    [all...]
  /external/elfutils/src/
i386_ld.c 48 /* The old callbacks. */
    [all...]
  /prebuilts/devtools/tools/lib/
swtmenubar.jar 
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper.mm 15 // expect NSTouch callbacks. We set this variable to YES and ignore NSTouch
16 // callbacks.
296 // since we do not get NSTouch callbacks.
408 // NSTouch callbacks. The only way to accurately track these events is
420 // artificial callbacks. `phase` returns NSEventPhaseNone, but
421 // `momentumPhase` does not. Unfortunately, the callbacks don't work
  /external/chromium_org/third_party/freetype/src/cff/
cf2ft.c 118 cf2_builder_moveTo( CF2_OutlineCallbacks callbacks,
122 CF2_Outline outline = (CF2_Outline)callbacks;
140 cf2_builder_lineTo( CF2_OutlineCallbacks callbacks,
144 CF2_Outline outline = (CF2_Outline)callbacks;
170 cf2_builder_cubeTo( CF2_OutlineCallbacks callbacks,
174 CF2_Outline outline = (CF2_Outline)callbacks;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 86 // that timers are shared, then it will stop the timer if no callbacks are
103 // Unregisters all the callbacks, stops the timer if shared, disables the
140 // Counts the number of callbacks registered.
168 // Holds the list of registered callbacks. We expect the list to be pretty
170 // (base/thread.h) are the only two components registering callbacks.
210 // SIGPROF/SIGALRM handler. Iterate over and call all the registered callbacks.
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 212 // 1. Unregisters all the callbacks, stops the timer (if shared) and
221 // all callbacks, stops timer (if shared) and clears timer sharing state.
278 // Gets the number of callbacks registered with the ProfileHandler.
325 // If no callbacks, signal handler and shared timer should be disabled.
416 // Verifies that multiple callbacks can be registered.
476 // Unregister all existing callbacks, stop the timer (if shared), disable
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 86 // that timers are shared, then it will stop the timer if no callbacks are
103 // Unregisters all the callbacks, stops the timer if shared, disables the
140 // Counts the number of callbacks registered.
168 // Holds the list of registered callbacks. We expect the list to be pretty
170 // (base/thread.h) are the only two components registering callbacks.
210 // SIGPROF/SIGALRM handler. Iterate over and call all the registered callbacks.
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 212 // 1. Unregisters all the callbacks, stops the timer (if shared) and
221 // all callbacks, stops timer (if shared) and clears timer sharing state.
278 // Gets the number of callbacks registered with the ProfileHandler.
325 // If no callbacks, signal handler and shared timer should be disabled.
416 // Verifies that multiple callbacks can be registered.
476 // Unregister all existing callbacks, stop the timer (if shared), disable
  /external/freetype/src/cff/
cf2ft.c 118 cf2_builder_moveTo( CF2_OutlineCallbacks callbacks,
122 CF2_Outline outline = (CF2_Outline)callbacks;
140 cf2_builder_lineTo( CF2_OutlineCallbacks callbacks,
144 CF2_Outline outline = (CF2_Outline)callbacks;
170 cf2_builder_cubeTo( CF2_OutlineCallbacks callbacks,
174 CF2_Outline outline = (CF2_Outline)callbacks;
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 118 IAppWidgetHost callbacks; field in class:AppWidgetServiceImpl.Host
364 pw.print(" callbacks="); pw.println(host.callbacks);
381 pw.print(" host.callbacks="); pw.println(id.host.callbacks);
531 host.callbacks = null;
    [all...]

Completed in 1109 milliseconds

<<21222324252627282930>>