OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:devicenode
(Results
1 - 7
of
7
) sorted by null
/system/vold/
DirectVolume.h
73
int doMountVfat(const char *
deviceNode
, const char *mountPoint);
Volume.h
97
int initializeMbr(const char *
deviceNode
);
Volume.cpp
679
int Volume::initializeMbr(const char *
deviceNode
) {
690
dinfo.device = strdup(
deviceNode
);
/external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c
149
DAL_DEBUG("Opening port=%s\n", pConfig->
deviceNode
);
152
gI2cPortContext.nHandle = open(pConfig->
deviceNode
, O_RDWR | O_NOCTTY);
phDal4Nfc.c
270
hw_config.
deviceNode
= NULL;
554
config->
deviceNode
= pn544_dev->device_node;
555
if (config->
deviceNode
== NULL) {
556
ALOGE("
deviceNode
NULL");
[
all
...]
phDal4Nfc_uart.c
171
gComPortContext.nHandle = open(pConfig->
deviceNode
, O_RDWR | O_NOCTTY);
/external/libnfc-nxp/inc/
phNfcTypes.h
233
const char*
deviceNode
;
[
all
...]
Completed in 759 milliseconds