Searched defs:outName (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java903 char[] outName, long[] outCreatedModified) {
921 path.getChars(start, end, outName, 0);
922 outName[end - start] = 0;
902 getObjectInfo(int handle, int[] outStorageFormatParent, char[] outName, long[] outCreatedModified) argument
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp361 Error VrHwc::getDisplayName(Display display, hidl_string* outName) { argument
362 *outName = hidl_string();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp355 Error Composer::getDisplayName(Display display, std::string* outName) argument
365 *outName = tmpName.c_str();
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp706 Error HWC2On1Adapter::Display::getName(uint32_t* outSize, char* outName) { argument
709 if (!outName) {
713 auto numCopied = mName.copy(outName, *outSize);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp327 void getDisplayName(hwc2_display_t display, std::string* outName, argument
345 outName->assign(name.data());
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4037 bool ResTable::getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const
4074 outName->package = grp->name.string();
4075 outName->packageLen = grp->name.size();
4077 outName->type8 = entry.typeStr.string8(&outName->typeLen);
4078 outName->name8 = entry.keyStr.string8(&outName->nameLen);
4080 outName->type8 = NULL;
4081 outName->name8 = NULL;
4083 if (outName
4816 expandResourceRef(const char16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument
[all...]

Completed in 278 milliseconds