Lines Matching defs:load

49  * to ship with compressed streams without having to suffer the CPU load
90 * through the list of sounds calling the appropriate SoundPool.load()
209 public int load(String path, int priority) {
210 return mImpl.load(path, priority);
216 * Note that the extension is dropped. For example, if you want to load
228 public int load(Context context, int resId, int priority) {
229 return mImpl.load(context, resId, priority);
240 public int load(AssetFileDescriptor afd, int priority) {
241 return mImpl.load(afd, priority);
258 public int load(FileDescriptor fd, long offset, long length, int priority) {
259 return mImpl.load(fd, offset, length, priority);
266 * returned by the load() function. Returns true if the sound is
269 * @param soundID a soundID returned by the load() function
280 * returned by the load() function. Returns a non-zero streamID
292 * @param soundID a soundID returned by the load() function
446 * @param soundPool SoundPool object from the load() method
448 * @param status the status of the load operation (0 = success)
482 public int load(String path, int priority);
483 public int load(Context context, int resId, int priority);
484 public int load(AssetFileDescriptor afd, int priority);
485 public int load(
544 public int load(String path, int priority)
565 public int load(Context context, int resId, int priority) {
579 public int load(AssetFileDescriptor afd, int priority) {
591 public int load(FileDescriptor fd, long offset, long length, int priority) {
728 public int load(String path, int priority) {
732 public int load(Context context, int resId, int priority) {
736 public int load(AssetFileDescriptor afd, int priority) {
740 public int load(FileDescriptor fd, long offset, long length, int priority) {