Searched
full:callbacks (Results
851 -
875 of
3607) sorted by null
<<31323334353637383940>>
/external/kernel-headers/original/linux/ |
rcupdate.h | 88 * nxtlist - new callbacks are added here 101 long qlen; /* # of queued callbacks */ 148 * Note, however, that RCU callbacks are permitted to run concurrently 197 * are being done using call_rcu_bh(). Since call_rcu_bh() callbacks
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_transform.h | 46 * User-defined callbacks invoked per instruction.
|
/external/mesa3d/src/mesa/swrast_setup/ |
NOTES | 61 activity. As swrast doesn't call callbacks during triangle, line or
|
/external/mesa3d/src/mesa/tnl/ |
tnl.h | 52 * dispatch and/or driver callbacks.
|
/external/qemu/target-arm/ |
translate-android.h | 15 * translated code for each BL/BLX, as well as BL/BLX returns. These callbacks 19 * is added by setting up callbacks and by callbacks themselves is neglectable. 22 * One of the things to watch out with regards to injecting callbacks, is
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAnimation.java | 12 * Shadow implementation of {@code Animation} that provides support for invoking listener callbacks.
|
/external/valgrind/unittest/ |
mac_tests.mm | 119 // Make sure that the callbacks are ran on different threads.
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.cpp | 41 const OMX_CALLBACKTYPE *callbacks, 44 : SimpleSoftOMXComponent(name, callbacks, appData, component), 468 const char *name, const OMX_CALLBACKTYPE *callbacks, 470 return new android::SoftAMR(name, callbacks, appData, component);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, 46 : SimpleSoftOMXComponent(name, callbacks, appData, component), 456 const char *name, const OMX_CALLBACKTYPE *callbacks, 458 return new android::SoftAMRWBEncoder(name, callbacks, appData, component);
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, 46 : SimpleSoftOMXComponent(name, callbacks, appData, component), 457 const char *name, const OMX_CALLBACKTYPE *callbacks, 459 return new android::SoftFlacEncoder(name, callbacks, appData, component);
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 47 const OMX_CALLBACKTYPE *callbacks, 50 : SimpleSoftOMXComponent(name, callbacks, appData, component), 460 const char *name, const OMX_CALLBACKTYPE *callbacks, 462 return new android::SoftVorbis(name, callbacks, appData, component);
|
/frameworks/av/media/libstagefright/include/ |
SimpleSoftOMXComponent.h | 35 const OMX_CALLBACKTYPE *callbacks,
|
SoftOMXComponent.h | 32 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/services/camera/libcameraservice/api_pro/ |
ProCamera2Client.h | 91 // Callbacks from camera service
|
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.h | 39 virtual status_t connect(const sp<TCamCallbacks>& callbacks);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 24 * This abstract class is used to implement {@link BluetoothHealth} callbacks.
|
/frameworks/base/core/java/android/speech/tts/ |
UtteranceProgressListener.java | 11 * The callbacks specified in this method can be called from multiple threads.
|
/frameworks/base/core/java/android/widget/ |
DoubleDigitManager.java | 22 * Provides callbacks indicating the steps in two digit pressing within a
|
/frameworks/base/location/java/android/location/ |
IFusedGeofenceHardware.aidl | 27 * All operations are asynchronous and the status codes can be obtained via a set of callbacks.
|
/frameworks/base/services/java/com/android/server/pm/ |
PreferredActivity.java | 32 class PreferredActivity extends IntentFilter implements PreferredComponent.Callbacks {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
CameraTestThread.java | 27 * Camera test thread wrapper for handling camera callbacks
|
/frameworks/base/tools/aidl/ |
aidl_language.h | 142 // callbacks from within the parser
|
/frameworks/native/services/surfaceflinger/ |
DispSync.cpp | 268 void fireCallbackInvocations(const Vector<CallbackInvocation>& callbacks) { 269 for (size_t i = 0; i < callbacks.size(); i++) { 270 callbacks[i].mCallback->onDispSyncEvent(callbacks[i].mEventTime);
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
package.html | 17 a {@link android.net.sip.SipAudioCall.Listener} that receives callbacks when the state of the
|
/frameworks/support/v4/java/android/support/v4/view/ |
ScaleGestureDetectorCompat.java | 70 * callbacks when the user performs a doubleTap followed by a swipe. Note that this is enabled
|
Completed in 1882 milliseconds
<<31323334353637383940>>