Searched defs:load (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/base/services/java/com/android/server/input/
H A DPersistentDataStore.java165 load();
178 private void load() { method in class:PersistentDataStore
194 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
197 Slog.w(InputManagerService.TAG, "Failed to load input manager persistent store data.", ex);
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp51 status_t KeyLayoutMap::load(const String8& filename, sp<KeyLayoutMap>* outMap) { function in class:android::KeyLayoutMap
H A DKeyboard.cpp41 status_t KeyMap::load(const InputDeviceIdentifier& deviceIdenfifier, function in class:android::KeyMap
114 status_t status = KeyLayoutMap::load(path, &keyLayoutMap);
131 status_t status = KeyCharacterMap::load(path,
H A DKeyCharacterMap.cpp108 status_t KeyCharacterMap::load(const String8& filename, function in class:android::KeyCharacterMap
117 status = load(tokenizer, format, outMap);
132 status = load(tokenizer, format, outMap);
138 status_t KeyCharacterMap::load(Tokenizer* tokenizer, function in class:android::KeyCharacterMap
/frameworks/rs/
H A DrsFileA3D.cpp92 bool FileA3D::load(Asset *asset) { function in class:FileA3D
95 return load(asset->getBuffer(false), asset->getLength());
101 bool FileA3D::load(const void *data, size_t length) { function in class:FileA3D
155 bool FileA3D::load(FILE *f) { function in class:FileA3D
389 ALOGE("Can't load entry. No valid file");
414 ALOGE("Can't load index entries. No valid file");
420 ALOGE("Can't load index entries. Invalid number requested");
433 ALOGE("File load failed. Asset stream is NULL");
441 fa3d->load(data, len);
452 fa3d->load(asse
[all...]
H A DrsMatrix4x4.cpp153 void Matrix4x4::load(const float *v) { function in class:Matrix4x4
157 void Matrix4x4::load(const rs_matrix4x4 *v) { function in class:Matrix4x4
161 void Matrix4x4::load(const rs_matrix3x3 *v) { function in class:Matrix4x4
180 void Matrix4x4::load(const rs_matrix2x2 *v) { function in class:Matrix4x4
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix4f.java109 * @param src matrix to load the values from
111 public void load(Matrix4f src) { method in class:Matrix4f
118 * @param src matrix to load the values from
121 public void load(Matrix3f src) { method in class:Matrix4f
349 load(m1);
360 load(tmp);
/frameworks/base/libs/hwui/
H A DMatrix.cpp149 void Matrix4::load(const float* v) { function in class:android::uirenderer::Matrix4
154 void Matrix4::load(const Matrix4& v) { function in class:android::uirenderer::Matrix4
159 void Matrix4::load(const SkMatrix& v) { function in class:android::uirenderer::Matrix4
/frameworks/base/media/java/android/media/
H A DSoundPool.java42 * 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) { method in class:SoundPool
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) { method in class:SoundPool
159 return mImpl.load(context, resId, priority);
170 public int load(AssetFileDescriptor afd, int priority) { method in class:SoundPool
171 return mImpl.load(afd, priority);
188 public int load(FileDescripto method in class:SoundPool
412 public int load(String path, int priority); method in interface:SoundPool.SoundPoolDelegate
413 public int load(Context context, int resId, int priority); method in interface:SoundPool.SoundPoolDelegate
414 public int load(AssetFileDescriptor afd, int priority); method in interface:SoundPool.SoundPoolDelegate
415 public int load( method in interface:SoundPool.SoundPoolDelegate
469 public int load(String path, int priority) method in class:SoundPool.SoundPoolImpl
490 public int load(Context context, int resId, int priority) { method in class:SoundPool.SoundPoolImpl
504 public int load(AssetFileDescriptor afd, int priority) { method in class:SoundPool.SoundPoolImpl
516 public int load(FileDescriptor fd, long offset, long length, int priority) { method in class:SoundPool.SoundPoolImpl
627 public int load(String path, int priority) { method in class:SoundPool.SoundPoolStub
631 public int load(Context context, int resId, int priority) { method in class:SoundPool.SoundPoolStub
635 public int load(AssetFileDescriptor afd, int priority) { method in class:SoundPool.SoundPoolStub
639 public int load(FileDescriptor fd, long offset, long length, int priority) { method in class:SoundPool.SoundPoolStub
[all...]
/frameworks/av/media/libmedia/
H A DSoundPool.cpp202 int SoundPool::load(const char* path, int priority) function in class:android::SoundPool
204 ALOGV("load: path=%s, priority=%d", path, priority);
212 int SoundPool::load(int fd, int64_t offset, int64_t length, int priority) function in class:android::SoundPool
214 ALOGV("load: fd=%d, offset=%lld, length=%lld, priority=%d",
508 ALOGE("Unable to load sample: %s", mUrl);
/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.
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java167 load();
965 private void load() throws FileNotFoundException, XmlPullParserException, IOException { method in class:VideoEditorImpl
999 Log.w(TAG, "Cannot load media item: " + mediaItemId, ex);
1019 Log.w(TAG, "Cannot load transition", ex);
1027 Log.w(TAG, "Cannot load overlay", ex);
1070 Log.w(TAG, "Cannot load effect", ex);
1078 Log.w(TAG, "Cannot load audio track", ex);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp135 vpt.transform.matrix.load(vpt.matrix);
236 void matrixx_t::load(const matrixf_t& rhs) { function in class:android::matrixx_t
288 load(rhs);
292 load(rhs);
295 void matrixf_t::load(const GLfixed* rhs) { function in class:android::matrixf_t
303 void matrixf_t::load(const GLfloat* rhs) { function in class:android::matrixf_t
307 void matrixf_t::load(const matrixf_t& rhs) { function in class:android::matrixf_t
406 void matrix_stack_t::load(const GLfixed* rhs) function in class:android::matrix_stack_t
409 stack[depth].load(rhs);
413 void matrix_stack_t::load(cons function in class:android::matrix_stack_t
[all...]
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java186 // These map are used for convenience in persist() and load().
366 Log.v(TAG, "loadParts(" + msgId + "): no part to load.");
455 Log.e(TAG, "Failed to load part data", e);
523 * @throws MmsException Failed to load some fields of a PDU.
525 public GenericPdu load(Uri uri) throws MmsException { method in class:PduPersister
534 Log.v(TAG, "load: " + uri + " blocked by isUpdating()");
539 Log.e(TAG, "load: ", e);
606 // load multiparts and put them into the body of the PDU.
769 * into storage, otherwise load source data from the dataUri and then

Completed in 324 milliseconds

12