Lines Matching refs:load

42  * to ship with compressed streams without having to suffer the CPU load
83 * through the list of sounds calling the appropriate SoundPool.load()
139 public int load(String path, int priority) {
140 return mImpl.load(path, priority);
146 * Note that the extension is dropped. For example, if you want to load
158 public int load(Context context, int resId, int priority) {
159 return mImpl.load(context, resId, priority);
170 public int load(AssetFileDescriptor afd, int priority) {
171 return mImpl.load(afd, priority);
188 public int load(FileDescriptor fd, long offset, long length, int priority) {
189 return mImpl.load(fd, offset, length, priority);
196 * returned by the load() function. Returns true if the sound is
199 * @param soundID a soundID returned by the load() function
210 * returned by the load() function. Returns a non-zero streamID
222 * @param soundID a soundID returned by the load() function
376 * @param soundPool SoundPool object from the load() method
378 * @param status the status of the load operation (0 = success)
412 public int load(String path, int priority);
413 public int load(Context context, int resId, int priority);
414 public int load(AssetFileDescriptor afd, int priority);
415 public int load(
469 public int load(String path, int priority)
490 public int load(Context context, int resId, int priority) {
504 public int load(AssetFileDescriptor afd, int priority) {
516 public int load(FileDescriptor fd, long offset, long length, int priority) {
627 public int load(String path, int priority) {
631 public int load(Context context, int resId, int priority) {
635 public int load(AssetFileDescriptor afd, int priority) {
639 public int load(FileDescriptor fd, long offset, long length, int priority) {