/frameworks/compile/slang/tests/P_reduce_general_accumulator/ |
D | gen-accumulator.pl | 57 my $outName = "${reduceName}_out"; 59 … reduce(${reduceName}) accumulator(${accumName}) combiner(${combName}) outconverter(${outName})\n"; 63 print "static void ${outName}(int *out, const ${resultName} *accum) { }\n";
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 845 String outName = "android_" + jfunc.getName(); in emitJniCode() local 848 (outName.endsWith("Pointer") || outName.endsWith("PointerOES") || in emitJniCode() 849 outName.endsWith("glDrawElements") || in emitJniCode() 850 outName.endsWith("glDrawRangeElements") || in emitJniCode() 851 outName.endsWith("glTexImage2D") || in emitJniCode() 852 outName.endsWith("glTexSubImage2D") || in emitJniCode() 853 outName.endsWith("glCompressedTexImage2D") || in emitJniCode() 854 outName.endsWith("glCompressedTexSubImage2D") || in emitJniCode() 855 outName.endsWith("glTexImage3D") || in emitJniCode() 856 outName.endsWith("glTexSubImage3D") || in emitJniCode() [all …]
|
/frameworks/av/services/mediacodec/registrant/ |
D | CodecServiceRegistrant.cpp | 316 C2String outName; in getName() local 318 [&outName](const hidl_string& name) { in getName() 319 outName = name.c_str(); in getName() 324 return outName; in getName()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 196 status_t GraphicBufferMapper::getName(buffer_handle_t bufferHandle, std::string* outName) { in getName() argument 197 return mMapper->getName(bufferHandle, outName); in getName()
|
D | Gralloc4.cpp | 469 status_t Gralloc4Mapper::getName(buffer_handle_t bufferHandle, std::string* outName) const { in getName() 470 return get(bufferHandle, gralloc4::MetadataType_Name, gralloc4::decodeName, outName); in getName()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 752 char[] outName, long[] outCreatedModified) { in getObjectInfo() argument 762 obj.getName().getChars(0, nameLen, outName, 0); in getObjectInfo() 763 outName[nameLen] = 0; in getObjectInfo()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 100 [[clang::warn_unused_result]] virtual hal::Error getName(std::string* outName) const = 0; 173 hal::Error getName(std::string* outName) const override;
|
D | ComposerHal.h | 115 virtual Error getDisplayName(Display display, std::string* outName) = 0; 360 Error getDisplayName(Display display, std::string* outName) override;
|
D | HWC2.cpp | 234 Error Display::getName(std::string* outName) const in getName() 236 auto intError = mComposer.getDisplayName(mId, outName); in getName()
|
D | ComposerHal.cpp | 398 Error Composer::getDisplayName(Display display, std::string* outName) in getDisplayName() argument 408 *outName = tmpName.c_str(); in getDisplayName()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4381 bool ResTable::getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const in getResourceName() 4418 outName->package = grp->name.string(); in getResourceName() 4419 outName->packageLen = grp->name.size(); in getResourceName() 4421 outName->type8 = UnpackOptionalString(entry.typeStr.string8(), &outName->typeLen); in getResourceName() 4422 outName->name8 = UnpackOptionalString(entry.keyStr.string8(), &outName->nameLen); in getResourceName() 4424 outName->type8 = NULL; in getResourceName() 4425 outName->name8 = NULL; in getResourceName() 4427 if (outName->type8 == NULL) { in getResourceName() 4428 outName->type = UnpackOptionalString(entry.typeStr.string16(), &outName->typeLen); in getResourceName() 4430 if (outName->type == NULL) { in getResourceName() [all …]
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferMapper.h | 98 status_t getName(buffer_handle_t bufferHandle, std::string* outName);
|
D | Gralloc4.h | 71 status_t getName(buffer_handle_t bufferHandle, std::string* outName) const override;
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 98 status_t getName(buffer_handle_t bufferHandle, std::string* outName);
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 952 status_t encodeName(const std::string& name, hidl_vec<uint8_t>* outName) { in encodeName() argument 953 return encodeMetadata(MetadataType_Name, name, outName, encodeString); in encodeName() 956 status_t decodeName(const hidl_vec<uint8_t>& name, std::string* outName) { in decodeName() argument 957 return decodeMetadata(MetadataType_Name, name, outName, decodeString); in decodeName()
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 268 C2String outName; in __anon8dea2f180402() local 270 [&outName](const hidl_string& name) { in __anon8dea2f180402() 271 outName = name.c_str(); in __anon8dea2f180402() 273 return transStatus.isOk() ? outName : ""; in __anon8dea2f180402()
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 260 status_t encodeName(const std::string& name, android::hardware::hidl_vec<uint8_t>* outName); 261 status_t decodeName(const android::hardware::hidl_vec<uint8_t>& name, std::string* outName);
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1851 bool getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const; 2027 String16* outName,
|
/frameworks/base/tools/aapt/ |
D | XMLNode.cpp | 1196 static void splitName(const char* name, String16* outNs, String16* outName) in splitName() argument 1204 *outName = String16(name); in splitName() 1207 *outName = String16(p+1); in splitName()
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 240 Error getDisplayName(Display display, hidl_string* outName) override;
|
D | vr_hwc.cpp | 388 Error VrHwc::getDisplayName(Display /* display */, hidl_string* outName) { in getDisplayName() argument 389 *outName = hidl_string(); in getDisplayName()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.h | 84 V2_1::Error getDisplayName(Display display, hidl_string* outName) override;
|