HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1576 - 1600 of 10091) sorted by null

<<61626364656667686970>>

  /frameworks/base/media/java/android/media/
Image.java 123 * After calling this method, calling any methods on this {@code Image} will
MediaActionSound.java 144 * <p>If the sound has not been loaded by {@link #load} before calling play,
189 * not call any other methods on a MediaActionSound instance after calling
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 132 if (mLogVerbose) Log.v(TAG, "Calling graph done callback.");
210 * been completed. Calling stop will close the filter graph. */
SyncRunner.java 132 if (mLogVerbose) Log.v(TAG, "Calling completion listener.");
224 throw new RuntimeException("Calling step on scheduler with no graph in place!");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java 47 * A frame can be be pushed to an OutputPort by calling the {@link OutputPort#pushFrame(Frame)}
50 * On the other end, a Filter can pull in an input Frame by calling {@link InputPort#pullFrame()}
FrameImage2D.java 30 * This is a convenience method and is equivalent to calling {@code lockData} with an
41 * This is a convenience method and is equivalent to calling {@code lockData} with an
  /frameworks/native/include/android/
asset_manager.h 48 * The object returned here should be freed by calling AAssetDir_close().
55 * The object returned here should be freed by calling AAsset_close().
  /frameworks/native/services/sensorservice/
SensorFusion.cpp 106 ALOGD_IF(DEBUG_CONNECTIONS, "SensorFusion calling batch ident=%p ", ident);
107 // Activating a sensor in continuous mode is equivalent to calling batch with the default
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java 36 * AudioGroup by calling {@link #join(AudioGroup)} with {@code null} and put it
81 * by calling this method with {@code null}.
  /frameworks/rs/
rsObjectBase.cpp 181 //ALOGV("calling add rsc %p", mRSC);
192 //ALOGV("calling remove rsc %p", mRSC);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
PopupMenu.java 75 * items before calling {@link #show()}.
95 * Inflate a menu resource into this PopupMenu. This is equivalent to calling
  /frameworks/volley/src/com/android/volley/toolbox/
NetworkImageView.java 65 * Sets URL of the image that should be loaded into this view. Note that calling this will
70 * {@link NetworkImageView#setErrorImageResId(int)} should be called prior to calling
  /hardware/invensense/60xx/mlsdk/mllite/
mldmp.c 86 * Common operations before calling DMPOpen
239 * After calling inv_dmp_close() another DMP module can be
  /libcore/luni/src/main/java/java/lang/annotation/
Annotation.java 68 * calling their {@code equals()} method.
107 * calling their {@code hashCode} method.
  /libcore/luni/src/main/java/java/sql/
Array.java 167 * Frees any resources held by this array. After {@code free} is called, calling
168 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
  /libcore/luni/src/main/java/java/util/jar/
JarEntry.java 94 * read from the input stream before calling this method, or else the method
132 * sure that the everything is read from the input stream before calling
  /ndk/build/awk/
gen-windows-host-path.awk 21 # corresponding Windows specific one, i.e. calling
29 # Unfortunately, calling 'cygpath -m' from GNU Make is horridly slow and people
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 183 // Get the caller's user id then clear the calling identity
189 // With calling identity cleared the current user is the foreground user.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 164 // 1. Prevent calling reload() concurrently.
165 // 2. Prevent calling onFutureDone() and reload() concurrently
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 127 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
136 throw new IllegalArgumentException("calling useParametersFrom with incompatible types!");
FilterMirrorRepresentation.java 162 throw new IllegalArgumentException("calling copyAllParameters with incompatible types!");
171 throw new IllegalArgumentException("calling useParametersFrom with incompatible types!");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 22 * calling the method generateParseException in the generated
32 * in the generated parser. Calling this constructor generates
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 22 * calling the method generateParseException in the generated
32 * in the generated parser. Calling this constructor generates
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 22 * calling the method generateParseException in the generated
32 * in the generated parser. Calling this constructor generates
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 160 log("- calling call()...");
178 log("- calling dial()...");

Completed in 780 milliseconds

<<61626364656667686970>>