Searched defs:eid (Results 1 – 7 of 7) sorted by relevance
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| D | Type.java | 196 public long getDummyType(RenderScript mRS, long eid) { in getDummyType()
|
| D | RenderScript.java | 363 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate() 364 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate() 766 native long rsnScriptIntrinsicCreate(long con, int id, long eid, boolean mUseInc); in rsnScriptIntrinsicCreate() 767 synchronized long nScriptIntrinsicCreate(int id, long eid, boolean mUseInc) { in nScriptIntrinsicCreate() 1022 …native long rsnIncTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces,… in rsnIncTypeCreate() 1023 …synchronized long nIncTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int y… in nIncTypeCreate()
|
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
| D | InformationElementUtil.java | 45 int eid = data.get() & Constants.BYTE_MASK; in parseInformationElements() local
|
| /frameworks/support/v8/renderscript/jni/ |
| D | android_renderscript_RenderScript.cpp | 1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, in nTypeCreate() 1900 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) in nScriptIntrinsicCreate() 2190 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, in nIncTypeCreate()
|
| /frameworks/base/rs/java/android/renderscript/ |
| D | RenderScript.java | 430 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate() 431 …synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv)… in nTypeCreate() 841 native long rsnScriptIntrinsicCreate(long con, int id, long eid); in rsnScriptIntrinsicCreate() 842 synchronized long nScriptIntrinsicCreate(int id, long eid) { in nScriptIntrinsicCreate()
|
| /frameworks/base/rs/jni/ |
| D | android_renderscript_RenderScript.cpp | 1169 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, in nTypeCreate() 2248 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) in nScriptIntrinsicCreate()
|
| /frameworks/base/tools/aapt/ |
| D | ResourceTable.cpp | 4366 int eid = Res_GETENTRY(resID); in getEntry() local
|