OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KM_ERROR_UNSUPPORTED_PURPOSE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
148
public static final int
KM_ERROR_UNSUPPORTED_PURPOSE
= -2;
212
sErrorCodeToString.put(
KM_ERROR_UNSUPPORTED_PURPOSE
, "Unsupported purpose");
/hardware/libhardware/include/hardware/
keymaster_defs.h
369
KM_ERROR_UNSUPPORTED_PURPOSE
= -2,
Completed in 5790 milliseconds