OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATIC_PIPE_0x70
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/nci/jni/
SecureElement.h
398
static const UINT8
STATIC_PIPE_0x70
= 0x70; //Broadcom's proprietary static pipe
SecureElement.cpp
730
UINT8 host = (mNewPipeId ==
STATIC_PIPE_0x70
) ? 0x02 : 0x03;
731
UINT8 gate = (mNewPipeId ==
STATIC_PIPE_0x70
) ? 0xF0 : 0xF1;
960
if ((mNewPipeId ==
STATIC_PIPE_0x70
) || (mNewPipeId == STATIC_PIPE_0x71))
[
all
...]
Completed in 34 milliseconds