Home
last modified time | relevance | path

Searched refs:methodId (Results 1 – 4 of 4) sorted by relevance

/frameworks/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java68 Long methodId = METHOD_NAME_TO_ID.get(methodIndexName); in registerMethod() local
70 if (methodId != null) { in registerMethod()
72 Method method = ID_TO_METHOD.get(methodId); in registerMethod()
74 return methodId; in registerMethod()
91 if (methodId == null) { in registerMethod()
92 methodId = sNextId++; in registerMethod()
94 ID_TO_METHOD.put(methodId, method); in registerMethod()
95 METHOD_NAME_TO_ID.put(methodIndexName, methodId); in registerMethod()
97 return methodId; in registerMethod()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp767 int32_t methodId; in invoke() local
768 status_t ret = request.readInt32(&methodId); in invoke()
774 switch (methodId) { in invoke()
/frameworks/base/core/jni/
DAndroidRuntime.cpp341 jmethodID methodId; in callMain() local
350 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V"); in callMain()
351 if (methodId == NULL) { in callMain()
372 env->CallStaticVoidMethod(clazz, methodId, strArray); in callMain()
/frameworks/av/drm/drmserver/
DDrmManager.cpp139 size_t methodId = kMethodIdMap.at(func); in recordEngineMetrics() local
140 if (methodId < metrics.mMethodCounts.size()) { in recordEngineMetrics()
141 metrics.mMethodCounts[methodId]++; in recordEngineMetrics()