Searched refs:startOp (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/binder/
H A DAppOpsManager.h73 int32_t startOp(int32_t op, int32_t uid, const String16& callingPackage);
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp79 int32_t AppOpsManager::startOp(int32_t op, int32_t uid, const String16& callingPackage) { function in class:android::AppOpsManager
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java74 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
80 * Result from {@link #checkOp}, {@link #noteOp}, {@link #startOp}: the given caller is
863 * or {@link #startOp(String, int, String)} for your actual security checks, which also
930 public int startOp(String op, int uid, String packageName) { method in class:AppOpsManager
931 return startOp(strOpToOp(op), uid, packageName);
935 * Like {@link #startOp} but instead of throwing a {@link SecurityException} it
944 * been started with {@link #startOp(String, int, String)}. There is no validation of input
955 * or {@link #startOp(int, int, String)} for your actual security checks, which also
1088 public int startOp(int op, int uid, String packageName) { method in class:AppOpsManager
1101 * Like {@link #startOp} bu
1114 public int startOp(int op) { method in class:AppOpsManager
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp989 res = mAppOpsManager.startOp(AppOpsManager::OP_CAMERA,

Completed in 116 milliseconds