Home
last modified time | relevance | path

Searched defs:eid (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/service/euicc/
H A DIGetEidCallback.aidl22 void onSuccess(String eid); in onSuccess()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DUiccCardInfo.java103 public UiccCardInfo(boolean isEuicc, int cardId, String eid, int physicalSlotIndex, in UiccCardInfo()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java439 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate()
440 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate()
848 native long rsnScriptIntrinsicCreate(long con, int id, long eid); in rsnScriptIntrinsicCreate()
849 synchronized long nScriptIntrinsicCreate(int id, long eid) { in nScriptIntrinsicCreate()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1181 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, in nTypeCreate()
2254 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) in nScriptIntrinsicCreate()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.cpp4367 int eid = Res_GETENTRY(resID); in getEntry() local