/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | FileLookupResult.java | 30 public final int transforms; field in FileLookupResult 37 public FileLookupResult(int transforms, int uid, String ioPath) { in FileLookupResult() argument 38 this (transforms, /* transformsReason */ 0, uid, /* transformsComplete */ true, in FileLookupResult() 39 /* transformsSupported */ transforms == 0 ? false : true, ioPath); in FileLookupResult() 42 public FileLookupResult(int transforms, int transformsReason, int uid, in FileLookupResult() argument 44 this.transforms = transforms; in FileLookupResult()
|
D | MediaProvider.java | 2289 public boolean transformForFuse(String src, String dst, int transforms, int transformsReason, in transformForFuse() argument 2291 if ((transforms & FLAG_TRANSFORM_TRANSCODING) != 0) { in transformForFuse()
|
/packages/providers/MediaProvider/jni/ |
D | MediaProviderWrapper.h | 61 FileLookupResult(int transforms, int transforms_reason, uid_t uid, bool transforms_complete, in FileLookupResult() 63 : transforms(transforms), in FileLookupResult() 69 if (transforms != 0) { in FileLookupResult() 78 const int transforms; member 230 bool Transform(const std::string& src, const std::string& dst, int transforms,
|
D | node-inl.h | 147 const bool transforms_complete, const int transforms, in Create() argument 154 return new node(parent, name, io_path, transforms_complete, transforms, transforms_reason, in Create() 220 node* LookupChildByName(const std::string& name, bool acquire, const int transforms = 0) const { 221 return ForChild(name, [acquire, transforms](node* child) { 222 if (child->transforms_ == transforms) { 413 const bool transforms_complete, const int transforms, const int transforms_reason, in node() argument 418 transforms_(transforms), in node()
|
D | MediaProviderWrapper.cpp | 474 int transforms = env->GetIntField(j_res_file_lookup_object.get(), fid_file_lookup_transforms_); in FileLookup() local 488 transforms, transforms_reason, original_uid, transforms_complete, transforms_supported, in FileLookup() 493 bool MediaProviderWrapper::Transform(const std::string& src, const std::string& dst, int transforms, in Transform() argument 501 j_dst.get(), transforms, transforms_reason, read_uid, in Transform()
|
D | FuseDaemon.cpp | 625 const int transforms = file_lookup_result->transforms; in make_node_entry() local 628 if (transforms) { in make_node_entry() 633 node = parent->LookupChildByName(name, true /* acquire */, transforms); in make_node_entry() 636 node = ::node::Create(parent, name, io_path, transforms_complete, transforms, in make_node_entry() 1441 int transforms = node->GetTransforms(); in create_handle_for_node() local 1444 CHECK(transforms); in create_handle_for_node()
|
D | node_test.cpp | 33 unique_node_ptr CreateNode(node* parent, const std::string& path, const int transforms = 0) { in CreateNode() argument 35 node::Create(parent, path, "", true, transforms, 0, &lock_, 0, &tracker_), in CreateNode()
|
/packages/services/Iwlan/flags/ |
D | main.aconfig | 25 description: "Reorder IKE and Child SA security transforms with high secured as prioritized"
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|