Searched refs:extra_str (Results 1 – 2 of 2) sorted by relevance
86 char extra_str[128] = ""; in fst_ctrl_iface_notify() local136 if (!format_session_state_extra(extra, extra_str, in fst_ctrl_iface_notify()137 sizeof(extra_str))) { in fst_ctrl_iface_notify()140 extra_str[0] = 0; in fst_ctrl_iface_notify()153 extra_str); in fst_ctrl_iface_notify()
37667 …jstring extra_str = static_cast<jstring>(env.CallObjectMethodA(intent, get_string_extra_method, &g… in get_args() local37670 if (extra_str) { in get_args()37671 const char *extra_utf = env.GetStringUTFChars(extra_str, nullptr); in get_args()37673 env.ReleaseStringUTFChars(extra_str, extra_utf); in get_args()37674 env.DeleteLocalRef(extra_str); in get_args()