HomeSort by relevance Sort by last modified time
    Searched refs:GetAppName (Results 1 - 6 of 6) sorted by null

  /development/ndk/sources/android/ndk_helper/
JNIHelper.h 26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
27 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
164 const char* GetAppName()
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 47 void GetAppName(CFX_WideString& wsName) override;
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 101 void CPDFXFA_App::GetAppName(CFX_WideString& wsName) {
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 462 CFX_ByteString GetAppName() const { return ""; }
  /external/pdfium/xfa/include/fxfa/
fxfa.h 205 virtual void GetAppName(CFX_WideString& wsName) = 0;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 249 pNotify->GetAppProvider()->GetAppName(wsAppName);

Completed in 110 milliseconds