OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KM_ERROR_UNSUPPORTED_TAG
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java
185
public static final int
KM_ERROR_UNSUPPORTED_TAG
= -39;
240
sErrorCodeToString.put(
KM_ERROR_UNSUPPORTED_TAG
, "Unsupported tag");
/hardware/libhardware/include/hardware/
keymaster_defs.h
406
KM_ERROR_UNSUPPORTED_TAG
= -39,
/system/keymaster/
soft_keymaster_context.cpp
425
return
KM_ERROR_UNSUPPORTED_TAG
;
[
all
...]
Completed in 2924 milliseconds