Searched refs:runCmd (Results 1 – 3 of 3) sorted by relevance
59 static std::string runCmd(JNIEnv* env, const char* cmd) { in runCmd() function87 return fromXml<HalManifest>(runCmd(env, "vintf dm")); in getDeviceHalManifest()91 return fromXml<HalManifest>(runCmd(env, "vintf fm")); in getFrameworkHalManifest()95 return fromXml<CompatibilityMatrix>(runCmd(env, "vintf dcm")); in getDeviceCompatibilityMatrix()99 return fromXml<CompatibilityMatrix>(runCmd(env, "vintf fcm")); in getFrameworkCompatibilityMatrix()
72 public void execute(Runnable runCmd) { in execute() argument74 mHandler.post(runCmd); in execute()
1387 public void execute(Runnable runCmd) { in execute() argument1388 mHandler.post(runCmd); in execute()