HomeSort by relevance Sort by last modified time
    Searched refs:open_driver (Results 1 - 12 of 12) sorted by null

  /cts/hostsidetests/security/securityPatch/CVE-2017-0508/
poc.c 133 int open_driver(void);
139 int open_driver(void) { function
185 if (open_driver() < 0) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8424/
poc.c 66 int open_driver() { function
125 if (open_driver() < 0) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8434/
poc.c 104 int open_driver() { function
130 if (open_driver() < 0) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 114 int open_driver() { function
193 if (open_driver() < 0) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 94 int open_driver() { function
161 if (open_driver() < 0) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 104 int open_driver() { function
189 if (open_driver() < 0) {
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 111 int open_driver() { function
119 if (open_driver() < 0) {
  /external/libxcam/xcore/
drm_display.h 120 int open_driver (const char *dev_path);
drm_display.cpp 132 fd = open_driver (dev_path);
141 DrmDisplay::open_driver (const char *dev_path) function in class:XCam::DrmDisplay
  /frameworks/native/libs/binder/
ProcessState.cpp 381 static int open_driver(const char *driver) function in namespace:android
411 , mDriverFD(open_driver(driver))
  /system/libhwbinder/
ProcessState.cpp 348 static int open_driver()
376 : mDriverFD(open_driver())
  /external/libpcap/
pcap-dos.c 637 open_driver (const char *dev_name, char *ebuf, int promisc) function
804 dev = open_driver (name, ebuf, promisc);
1004 * The above hooks should thus use the handle reopened in open_driver()
    [all...]

Completed in 359 milliseconds