Searched refs:ext2 (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/mime/java-res/ |
H A D | vendor.mime.types | 18 # mime ext1 ext2 ext3 24 # extToMime.putIfAbsent("ext2", "mime"); 30 # mime ext1 ext2 ext3 31 # ?mime ext1 ext2 ext3 32 # mime ?ext1 ext2 ?ext3 33 # ?mime ?ext1 ?ext2 ?ext3
|
H A D | android.mime.types | 19 # ?mime ext1 ?ext2 ext3 25 # extToMime.putIfAbsent("ext2", "mime");
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | FileFinder.cpp | 89 String8 ext2 = extensions[i].getPathExtension(); in checkAndAddFile() local 90 ext2.toLower(); in checkAndAddFile() 92 if (ext == ext2) { in checkAndAddFile()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaRecorder.cpp | 84 void notify(int msg, int ext1, int ext2); 117 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) in notify() argument 122 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, NULL); in notify()
|
H A D | android_media_MediaPlayer.cpp | 110 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL); 143 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument 152 msg, ext1, ext2, jParcel); in notify() 157 msg, ext1, ext2, NULL); in notify()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_Camera.cpp | 76 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2); 197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() argument 219 mCameraJObjectWeak, msgType, ext1, ext2, NULL); in notify()
|