Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpServer.cpp70 const char *deviceInfoManufacturerStr = env->GetStringUTFChars(deviceInfoManufacturer, NULL); in android_mtp_MtpServer_setup() local
76 MtpString((deviceInfoManufacturerStr != NULL) ? deviceInfoManufacturerStr : ""), in android_mtp_MtpServer_setup()
80 if (deviceInfoManufacturerStr != NULL) { in android_mtp_MtpServer_setup()
81 env->ReleaseStringUTFChars(deviceInfoManufacturer, deviceInfoManufacturerStr); in android_mtp_MtpServer_setup()