OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOperationAuthorized
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/security/
IKeystoreService.aidl
74
boolean
isOperationAuthorized
(IBinder token);
/system/security/keystore/
key_store_service.h
115
bool
isOperationAuthorized
(const sp<IBinder>& token);
IKeystoreService.cpp
[
all
...]
key_store_service.cpp
[
all
...]
/frameworks/base/keystore/java/android/security/
KeyStore.java
532
public boolean
isOperationAuthorized
(IBinder token) {
534
return mBinder.
isOperationAuthorized
(token);
/system/security/keystore/include/keystore/
IKeystoreService.h
240
virtual bool
isOperationAuthorized
(const sp<IBinder>& handle) = 0;
Completed in 950 milliseconds