OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ESESTATUS_SUCCESS
(Results
1 - 2
of
2
) sorted by null
/hardware/nxp/nfc/halimpl/common/
phEseStatus.h
39
* The macro is not required for the
ESESTATUS_SUCCESS
value.
47
(((phEseStatus) == (
ESESTATUS_SUCCESS
)) \
48
? (
ESESTATUS_SUCCESS
) \
73
#define
ESESTATUS_SUCCESS
(0x0000)
78
#define ESESTATUS_OK (
ESESTATUS_SUCCESS
)
/hardware/nxp/secure_element/libese-spi/p73/common/
phEseStatus.h
39
* The macro is not required for the
ESESTATUS_SUCCESS
value.
47
(((phEseStatus) == (
ESESTATUS_SUCCESS
)) \
48
? (
ESESTATUS_SUCCESS
) \
59
ESESTATUS_SUCCESS
= (0x0000),
Completed in 314 milliseconds