Home
last modified time | relevance | path

Searched refs:kDevicePath (Results 1 – 2 of 2) sorted by relevance

/external/libese/libese-hw/nxp/pn80t/
Dnq_nci.c58 static const char kDevicePath[] = "/dev/pn81a"; variable
92 handle->fd = open(kDevicePath, O_RDWR); in platform_init()
94 ALOGE("%s: opening '%s' failed: %s", __func__, kDevicePath, in platform_init()
/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc96 static const wchar_t kDevicePath[] = L"DevicePath"; variable
215 if (SUCCEEDED(bag->Read(kDevicePath, &path, 0)) && in GetDevices()