Searched refs:initWithDriver (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A Dservice.cpp40 android::ProcessState::initWithDriver("/dev/vndbinder");
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp46 android::ProcessState::initWithDriver("/dev/vndbinder");
/frameworks/native/include/binder/
H A DProcessState.h39 /* initWithDriver() can be used to configure libbinder to use
43 static sp<ProcessState> initWithDriver(const char *driver);
/frameworks/native/libs/binder/include/binder/
H A DProcessState.h39 /* initWithDriver() can be used to configure libbinder to use
43 static sp<ProcessState> initWithDriver(const char *driver);
/frameworks/native/cmds/service/
H A Dservice.cpp92 ProcessState::initWithDriver("/dev/vndbinder");
/frameworks/native/libs/binder/
H A DProcessState.cpp78 sp<ProcessState> ProcessState::initWithDriver(const char* driver) function in class:android::ProcessState
82 // Allow for initWithDriver to be called repeatedly with the same

Completed in 118 milliseconds