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

<<51525354555657585960>>

  /external/zlib/src/contrib/pascal/
readme.txt 36 - Except for the callbacks, the zlib function interfaces are
  /frameworks/av/include/camera/
ICamera.h 62 // active preview callbacks set by setPreviewCallbackFlag(). Passing NULL
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 98 /* Callbacks */
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 52 const OMX_CALLBACKTYPE *callbacks,
55 : SimpleSoftOMXComponent(name, callbacks, appData, component),
641 const char *name, const OMX_CALLBACKTYPE *callbacks,
643 return new android::SoftAAC2(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 42 const OMX_CALLBACKTYPE *callbacks,
45 : SimpleSoftOMXComponent(name, callbacks, appData, component),
557 const char *name, const OMX_CALLBACKTYPE *callbacks,
559 return new android::SoftAACEncoder(name, callbacks, appData, component);
SoftAACEncoder2.cpp 39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
575 const char *name, const OMX_CALLBACKTYPE *callbacks,
577 return new android::SoftAACEncoder2(name, callbacks, appData, component);
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 192 * servers, and makes callbacks to supplied eventHandlers as data
205 * servers, and makes callbacks to supplied eventHandlers as data
292 * data. Callbacks will be made on the supplied instance.
312 * data. Callbacks will be made on the supplied instance.
  /frameworks/base/core/java/android/speech/
RecognitionListener.java 23 * recognition related events occur. All the callbacks are executed on the
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 53 * @param looper The looper to use when invoking callbacks.
InputEventSender.java 53 * @param looper The looper to use when invoking callbacks.
  /frameworks/base/core/java/android/widget/
ZoomControls.java 34 * provides callbacks to register for events. */
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
starting.jd 17 <li><a href="#lifecycle-states">Understand the Lifecycle Callbacks</a></li>
50 <h2 id="lifecycle-states">Understand the Lifecycle Callbacks</h2>
245 structure with an emphasis on the three main callbacks that the system calls in sequence when
248 callbacks complete, the activity reaches the Resumed state where users can interact with the
  /frameworks/base/docs/html/training/location/
retrieve-current.jd 11 <li><a href="#DefineCallbacks">Define Location Services Callbacks</a></li>
201 Define Location Services Callbacks
203 <h2 id="DefineCallbacks">Define Location Services Callbacks</h2>
335 * handle callbacks.
  /frameworks/base/location/java/android/location/
CountryDetector.java 120 * callbacks will be called on the main thread.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java 36 public class SystemBars extends SystemUI implements ServiceMonitor.Callbacks {
  /frameworks/base/services/common_time/
common_clock_service.h 64 // The callback lock is held whenever the list is used to perform callbacks
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 26 callbacks when an operation such as discovering peers or connecting to them succeeds or fails.</li>
  /frameworks/support/v4/java/android/support/v4/view/
PagerAdapter.java 43 * View recycling mechanism directly ViewPager uses callbacks to indicate the
280 * Register an observer to receive callbacks related to the adapter's data changing.
282 * @param observer The {@link android.database.DataSetObserver} which will receive callbacks.
289 * Unregister an observer from callbacks related to the adapter's data changing.
  /hardware/invensense/60xx/mlsdk/mllite/
mlFIFO.h 80 // Register callbacks after a packet of FIFO data is processed
  /hardware/qcom/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 91 // Register camera and camcorder callbacks
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 113 // If the app calls autoFocus, the camera will stop sending face callbacks.
322 // If the apps call #cancelAutoFocus()}, the face callbacks will also resume.
475 // After focus, face detection will resume sending face callbacks
824 // Handling for CAF Callbacks
  /packages/apps/Mms/src/com/android/mms/ui/
MmsThumbnailPresenter.java 74 // Right now we're only handling image and video loaded callbacks.
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 46 * thread). Callbacks will be invoked on the thread where the ThumbnailManager
263 final Set<ItemLoadedCallback> callbacks = mCallbacks.get(mUri);
264 if (callbacks != null) {
270 for (final ItemLoadedCallback<ImageLoaded> callback : asList(callbacks)) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 51 // These callbacks run on the main thread.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
SimpleContentHandler.java 59 /* Implement introduced callbacks. */

Completed in 1884 milliseconds

<<51525354555657585960>>