Searched refs:driverName (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/ |
D | ProcessState.cpp | 394 std::string_view driverName = mDriverName.c_str(); in makeBinderThreadName() local 395 android::base::ConsumePrefix(&driverName, "/dev/"); in makeBinderThreadName() 398 name.appendFormat("%.*s:%d_%X", static_cast<int>(driverName.length()), driverName.data(), pid, in makeBinderThreadName()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.h | 37 static bool createSharedLibrary(const char* driverName,
|
D | rsCpuExecutable.cpp | 124 bool SharedLibraryUtils::createSharedLibrary(const char *driverName, in createSharedLibrary() argument 138 std::string linkDriverName = driverName; in createSharedLibrary()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 632 visitor->Visit("driverName", &properties->driverName) && in Iterate() 826 visitor->Visit("driverName", &properties->driverName) && in Iterate()
|
/frameworks/native/vulkan/vkprofiles/generated/ |
D | vulkan_profiles.cpp | 68 + ", driverName=" + std::string(&driverProps.driverName[0]) in vpGetDeviceAndDriverInfoString()
|