Home
last modified time | relevance | path

Searched defs:method (Results 1 – 3 of 3) sorted by relevance

/system/media/mca/filterfw/jni/
Djni_util.cpp137 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "booleanValue", "()Z"); in ToCValue() local
140 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "intValue", "()I"); in ToCValue() local
143 jmethodID method = env->GetMethodID(env->GetObjectClass(object), "floatValue", "()F"); in ToCValue() local
/system/vold/
DVolumeManager.cpp899 int VolumeManager::shareEnabled(const char *label, const char *method, bool *enabled) { in shareEnabled()
920 int VolumeManager::shareVolume(const char *label, const char *method) { in shareVolume()
998 int VolumeManager::unshareVolume(const char *label, const char *method) { in unshareVolume()
/system/core/adb/
Dsysdeps_win32.c260 DWORD method; in _fh_file_lseek() local