Searched refs:get_str (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c297 void get_str(char **p, char *Buffer) function
759 get_str(&p, cmd);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp1895 static const char* get_str(CFStringRef ref, SkString* str) { function
1905 get_str(CTFontCopyFamilyName(fFontRef), familyName);
1912 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr));
1913 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr));
1914 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr));
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1898 static const char* get_str(CFStringRef ref, SkString* str) { function
1908 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef), &tmpStr));
1909 desc->setFullName(get_str(CTFontCopyFullName(fFontRef), &tmpStr));
1910 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef), &tmpStr));

Completed in 607 milliseconds