Home
last modified time | relevance | path

Searched refs:passthrough (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/jni/
Dnode-inl.h45 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
DFuseDaemon.cpp257 passthrough(false) {} in fuse()
314 std::atomic_bool passthrough; member
607 if (fuse->passthrough) { in pf_init()
630 fuse->passthrough = false; in pf_init()
1171 if (fuse->passthrough) { in create_handle_for_node()
1303 if (h->passthrough) { in pf_open()
1866 if (h->passthrough) { in pf_create()
1980 if (fuse->passthrough) { in ShouldOpenWithFuse()
2088 … fuse->passthrough = android::base::GetBoolProperty("persist.sys.fuse.passthrough.enable", false); in Start()
2089 if (fuse->passthrough) { in Start()
/packages/modules/adb/client/
Dadb_install.cpp437 std::vector<const char*> passthrough; in parse_install_mode() local
450 passthrough.push_back(arg); in parse_install_mode()
453 return passthrough; in parse_install_mode()
462 std::vector<const char*> passthrough; in parse_fast_deploy_mode() local
475 passthrough.push_back(arg); in parse_fast_deploy_mode()
478 return passthrough; in parse_fast_deploy_mode()