OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_type
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/src/nfc/include/
nci_hmsgs.h
45
UINT8 nci_snd_core_reset (UINT8
reset_type
);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
459
UINT8 reset_reason,
reset_type
;
local
518
STREAM_TO_UINT8 (
reset_type
, p);
519
nfc_hal_prm_spd_reset_ntf (reset_reason,
reset_type
);
[
all
...]
nfc_hal_prm.c
774
void nfc_hal_prm_spd_reset_ntf (UINT8 reset_reason, UINT8
reset_type
)
779
HAL_TRACE_DEBUG2 ("Received RESET NTF after patch download (reset_reason=%i,
reset_type
=%i)", reset_reason,
reset_type
);
799
HAL_TRACE_ERROR2 ("Received unexpected RESET NTF (reset_reason=%i,
reset_type
=%i)", reset_reason,
reset_type
);
[
all
...]
/external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc
91
base::AutoReset<WebInputEvent::Type>
reset_type
(&type_, type);
/external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c
44
UINT8 nci_snd_core_reset (UINT8
reset_type
)
61
UINT8_TO_STREAM (pp,
reset_type
);
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
478
void nfc_hal_prm_spd_reset_ntf (UINT8 reset_reason, UINT8
reset_type
);
Completed in 97 milliseconds