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

  /hardware/interfaces/camera/provider/2.4/default/
service.cpp 32 android::ProcessState::initWithDriver("/dev/vndbinder");
  /hardware/interfaces/gnss/1.0/default/
service.cpp 15 android::ProcessState::initWithDriver("/dev/vndbinder");
  /hardware/interfaces/graphics/composer/2.1/default/
service.cpp 31 android::ProcessState::initWithDriver("/dev/vndbinder");
  /hardware/interfaces/drm/1.0/default/
service.cpp 38 android::ProcessState::initWithDriver("/dev/vndbinder");
  /frameworks/av/services/mediacodec/
main_codecservice.cpp 51 android::ProcessState::initWithDriver("/dev/vndbinder");
  /frameworks/native/libs/binder/include/binder/
ProcessState.h 38 /* initWithDriver() can be used to configure libbinder to use
42 static sp<ProcessState> initWithDriver(const char *driver);
  /frameworks/native/cmds/service/
service.cpp 92 ProcessState::initWithDriver("/dev/vndbinder");
  /frameworks/native/libs/binder/
ProcessState.cpp 78 sp<ProcessState> ProcessState::initWithDriver(const char* driver)
82 // Allow for initWithDriver to be called repeatedly with the same

Completed in 1204 milliseconds