[go: nahoru, domu]

Searched defs:load (Results 1 - 25 of 49) sorted by path

12

/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp51 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { function in class:android::SDPLoader
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java91 public boolean load() { method in class:GestureLibraries.FileGestureLibrary
96 mStore.load(new FileInputStream(file), true);
99 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
101 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
127 public boolean load() { method in class:GestureLibraries.ResourceGestureLibrary
133 mStore.load(in, true);
136 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
H A DGestureLibrary.java32 public abstract boolean load(); method in class:GestureLibrary
H A DGestureStore.java274 public void load(InputStream stream) throws IOException { method in class:GestureStore
275 load(stream, false);
278 public void load(InputStream stream, boolean closeStream) throws IOException { method in class:GestureStore
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java332 public static KeyCharacterMap load(int deviceId) { method in class:KeyCharacterMap
339 "Could not load key character map for device " + deviceId);
728 * Thrown by {@link KeyCharacterMap#load} when a key character map could not be loaded.
H A DPointerIcon.java291 public static PointerIcon load(@NonNull Resources resources, @XmlRes int resourceId) { method in class:PointerIcon
311 public PointerIcon load(@NonNull Context context) { method in class:PointerIcon
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java236 load();
243 load();
751 private void load() { method in class:BatteryStatsHelper
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java393 * @param r The Reader to load properties from
397 public void load(Reader r) throws IOException { method in class:TypedProperties
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp42 jmethodID load; member in struct:android::__anon943
69 gPointerIconClassInfo.load, contextObj));
149 gPointerIconClassInfo.load = GetMethodIDOrDie(env, gPointerIconClassInfo.clazz,
150 "load", "(Landroid/content/Context;)Landroid/view/PointerIcon;");
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6395 status_t err = group->dynamicRefTable.load((const ResTable_lib_header*) chunk);
6433 status_t DynamicRefTable::load(const ResTable_lib_header* const header) function in class:android::DynamicRefTable
/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp40 sDeviceInfo->load();
44 void DeviceInfo::load() { function in class:android::uirenderer::DeviceInfo
H A DMatrix.cpp150 void Matrix4::load(const float* v) { function in class:android::uirenderer::Matrix4
155 void Matrix4::load(const SkMatrix& v) { function in class:android::uirenderer::Matrix4
H A DProperties.cpp89 bool Properties::load() { function in class:android::uirenderer::Properties
/frameworks/base/media/java/android/media/
H A DMediaActionSound.java93 * STATE_LOADING : sample being loaded: waiting for load completion callback
135 int id = mSoundPool.load(SOUND_FILES[sound.name], 1);
155 public void load(int soundName) { method in class:MediaActionSound
164 Log.e(TAG, "load() error loading sound: " + soundName);
168 Log.e(TAG, "load() called in wrong state: " + sound + " for sound: "+ soundName);
191 * <p>If the sound has not been loaded by {@link #load} before calling play,
192 * play will load the sound at the cost of some additional latency before
H A DSoundPool.java49 * to ship with compressed streams without having to suffer the CPU load
90 * through the list of sounds calling the appropriate SoundPool.load()
215 public int load(String path, int priority) { method in class:SoundPool
234 * Note that the extension is dropped. For example, if you want to load
246 public int load(Context context, int resId, int priority) { method in class:SoundPool
268 public int load(AssetFileDescriptor afd, int priority) { method in class:SoundPool
294 public int load(FileDescriptor fd, long offset, long length, int priority) { method in class:SoundPool
302 * returned by the load() function. Returns true if the sound is
305 * @param soundID a soundID returned by the load() function
314 * returned by the load() functio
[all...]
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp221 int SoundPool::load(int fd, int64_t offset, int64_t length, int priority __unused) function in class:android::SoundPool
223 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d",
667 ALOGE("Unable to load sample");
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java92 * @param src matrix to load the values from
94 public void load(Matrix2f src) { method in class:Matrix2f
155 load(tmp);
H A DMatrix3f.java98 * @param src matrix to load the values from
100 public void load(Matrix3f src) { method in class:Matrix3f
232 load(tmp);
H A DMatrix4f.java108 * @param src matrix to load the values from
110 public void load(Matrix4f src) { method in class:Matrix4f
117 * @param src matrix to load the values from
120 public void load(Matrix3f src) { method in class:Matrix4f
348 load(m1);
359 load(tmp);
/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java173 load();
186 private void load() { method in class:PersistentDataStore
202 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
205 Slog.w(TAG, "Failed to load display manager persistent store data.", ex);
/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java217 load();
230 private void load() { method in class:PersistentDataStore
246 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
249 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java148 load();
158 private void load() { method in class:PersistentDataStore
174 Slog.w(TAG, "Failed to load tv input manager persistent store data.", ex);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java118 void load() { method in class:Owners
/frameworks/base/test-runner/src/android/test/
H A DSimpleCache.java26 protected abstract V load(K key); method in class:SimpleCache
32 V value = load(key);
/frameworks/base/test-runner/src/junit/runner/
H A DReloadingTestSuiteLoader.java9 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader

Completed in 632 milliseconds

12