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

<<31323334353637383940>>

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
start_manager.c 20 * @brief This handles all the callbacks when inv_start_mpl() is called.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
start_manager.c 20 * @brief This handles all the callbacks when inv_start_mpl() is called.
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 352 OMX_CALLBACKTYPE *callbacks,
424 //Event Callbacks from the vdec component thread context
426 //Buffer Done callbacks from the vdec component thread context
428 //Frame Done callbacks from the vdec component thread context
430 //Buffer Done callbacks from the vdec component thread context
432 //Frame Done callbacks from the vdec component thread context
438 // Empty Buffer Done callbacks
440 //Flush Event Callbacks from the vdec component thread context
682 // Application callbacks
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 376 OMX_CALLBACKTYPE *callbacks,
453 //Event Callbacks from the vdec component thread context
455 //Buffer Done callbacks from the vdec component thread context
457 //Frame Done callbacks from the vdec component thread context
459 //Buffer Done callbacks from the vdec component thread context
461 //Frame Done callbacks from the vdec component thread context
467 // Empty Buffer Done callbacks
469 //Flush Event Callbacks from the vdec component thread context
753 // Application callbacks
    [all...]
omx_vdec_hevc.h 356 OMX_CALLBACKTYPE *callbacks,
430 //Event Callbacks from the vdec component thread context
432 //Buffer Done callbacks from the vdec component thread context
434 //Frame Done callbacks from the vdec component thread context
436 //Buffer Done callbacks from the vdec component thread context
438 //Frame Done callbacks from the vdec component thread context
444 // Empty Buffer Done callbacks
446 //Flush Event Callbacks from the vdec component thread context
706 // Application callbacks
    [all...]
  /hardware/ti/wpan/bluedroid_wilink/
libbt-vendor-ti.c 53 ALOGE("init failed with no user callbacks!");
  /libcore/dalvik/src/main/java/dalvik/system/
SocketTagger.java 24 * Callbacks for socket assignment and reassignment.
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 104 public interface Callbacks {
206 * All reporting and callbacks are halted until we reattach.
298 private Callbacks getCallbackTarget() {
300 if (target instanceof Callbacks) {
301 return (Callbacks) target;
304 if (activity instanceof Callbacks) {
305 return (Callbacks) activity;
354 final Callbacks callbackTarget = getCallbackTarget();
379 final Callbacks callbackTarget = getCallbackTarget();
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 34 MessageUpdateCallbacks callbacks) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Alarm.java 26 // We use this to avoid having multiple pending callbacks
  /packages/apps/Launcher3/src/com/android/launcher3/
Alarm.java 26 // We use this to avoid having multiple pending callbacks
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java 47 // These callbacks run on the main thread.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 48 * synthesizer operation callbacks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 48 * synthesizer operation callbacks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 102 # Make sure all references are invalidated before callbacks are called
108 # before any of the callbacks are invoked, so that we only
262 self.assertTrue(p1 is p2, "both callbacks were None in the C API")
266 self.assertTrue(p1 is p2, "callbacks were NULL, None in the C API")
270 self.assertTrue(p1 is p2, "both callbacks were NULL in the C API")
274 self.assertTrue(p1 is p2, "callbacks were None, NULL in the C API")
389 # Callbacks protected from already-set exceptions?
414 # "weakref callbacks and gc corrupt memory"
445 # that c2 is immune from gc while the weakref callbacks associated
448 # so any gc triggered by weakref callbacks associated with anythin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 102 # Make sure all references are invalidated before callbacks are called
108 # before any of the callbacks are invoked, so that we only
262 self.assertTrue(p1 is p2, "both callbacks were None in the C API")
266 self.assertTrue(p1 is p2, "callbacks were NULL, None in the C API")
270 self.assertTrue(p1 is p2, "both callbacks were NULL in the C API")
274 self.assertTrue(p1 is p2, "callbacks were None, NULL in the C API")
389 # Callbacks protected from already-set exceptions?
414 # "weakref callbacks and gc corrupt memory"
445 # that c2 is immune from gc while the weakref callbacks associated
448 # so any gc triggered by weakref callbacks associated with anythin
    [all...]
  /sdk/eclipse/
dictionary.txt 36 callbacks
  /external/chromium_org/third_party/libxml/src/
runtest.c 769 static int callbacks = 0; variable
783 callbacks++;
801 callbacks++;
819 callbacks++;
836 callbacks++;
860 callbacks++;
891 callbacks++;
926 callbacks++;
945 callbacks++;
976 callbacks++
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 45 * This is a list of callbacks that have been registered with the
62 // Unregister all callbacks.
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 18 * Contains implementation of a class CallbackNotifier that manages callbacks set
245 /* The sequence of callbacks during picture taking is:
EmulatedFakeCamera3.h 43 * response to hw_module_methods_t::open, and camera_device::close callbacks.
243 // Jpeg completion callbacks
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 150 // Trigger the callbacks outside of the lock, to prevent
151 // deadlocks in the scenario where the callbacks have
  /external/chromium/base/
message_pump_libevent.h 20 // Class to monitor sockets and issue callbacks when sockets are ready for I/O
149 // readiness callbacks when a socket is ready for I/O.
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 57 callbacks: [],
58 addListener: function(cb) { this.callbacks.push(cb) }
  /external/chromium/net/url_request/
url_request_job_tracker_unittest.cc 81 // callbacks happen as they would for network requests.
188 // receives the expected callbacks.

Completed in 1296 milliseconds

<<31323334353637383940>>