OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startOperation
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/preload/
Proc.java
90
void
startOperation
(int threadId, LoadedClass loadedClass, long time,
Root.java
93
process.
startOperation
(record.tid, loadedClass, record.time,
98
process.
startOperation
(record.tid, loadedClass, record.time,
/frameworks/native/libs/binder/
IAppOpsService.cpp
64
virtual int32_t
startOperation
(const sp<IBinder>& token, int32_t code, int32_t uid,
152
int32_t res =
startOperation
(token, code, uid, packageName);
/frameworks/base/services/java/com/android/server/
AppOpsService.java
600
public int
startOperation
(IBinder token, int code, int uid, String packageName) {
607
if (DEBUG) Log.d(TAG, "
startOperation
: no op for code " + code + " uid " + uid
615
if (DEBUG) Log.d(TAG, "
startOperation
: reject #" + op.mode + " for code "
620
if (DEBUG) Log.d(TAG, "
startOperation
: allowing code " + code + " uid " + uid
[
all
...]
Completed in 42 milliseconds