Searched refs:passthrough (Results 1 – 3 of 3) sorted by relevance
/packages/providers/MediaProvider/jni/ |
D | node-inl.h | 45 explicit handle(int fd, const RedactionInfo* ri, bool cached, bool passthrough, uid_t uid, in handle() 50 passthrough(passthrough), in handle() 59 const bool passthrough; member
|
D | FuseDaemon.cpp | 276 passthrough(false), in fuse() 398 std::atomic_bool passthrough; member 737 if (fuse->passthrough) { in pf_init() 760 fuse->passthrough = false; in pf_init() 1447 if (fuse->passthrough && allow_passthrough) { in create_handle_for_node() 1612 if (h->passthrough && !do_passthrough_enable(req, fi, fd)) { in pf_open() 2256 if (h->passthrough && !do_passthrough_enable(req, fi, fd)) { in pf_create() 2368 if (fuse->passthrough) { in ShouldOpenWithFuse() 2396 return fuse->passthrough; in UsesFusePassthrough() 2539 … fuse->passthrough = android::base::GetBoolProperty("persist.sys.fuse.passthrough.enable", false); in Start() [all …]
|
/packages/modules/adb/client/ |
D | adb_install.cpp | 432 std::vector<const char*> passthrough; in parse_install_mode() local 445 passthrough.push_back(arg); in parse_install_mode() 448 return passthrough; in parse_install_mode() 457 std::vector<const char*> passthrough; in parse_fast_deploy_mode() local 470 passthrough.push_back(arg); in parse_fast_deploy_mode() 473 return passthrough; in parse_fast_deploy_mode()
|