Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/mime/java-res/
H A Dvendor.mime.types18 # 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 Dandroid.mime.types19 # ?mime ext1 ?ext2 ext3
25 # extToMime.putIfAbsent("ext2", "mime");
/aosp14/frameworks/base/tools/aapt/
H A DFileFinder.cpp89 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 Dandroid_media_MediaRecorder.cpp84 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 Dandroid_media_MediaPlayer.cpp110 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 Dandroid_hardware_Camera.cpp76 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()