Merge "USB string descriptors are not UTF8, so it is not safe to treat them as such." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
51938c205f
@@ -113,6 +113,9 @@ public:
|
||||
/** return a new string corresponding to 'className' with all '.'s replaced by '/'s. */
|
||||
static char* toSlashClassName(const char* className);
|
||||
|
||||
/** Create a Java string from an ASCII or Latin-1 string */
|
||||
static jstring NewStringLatin1(JNIEnv* env, const char* bytes);
|
||||
|
||||
private:
|
||||
static int startReg(JNIEnv* env);
|
||||
bool parseRuntimeOption(const char* property,
|
||||
|
||||
Reference in New Issue
Block a user