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

  /external/minijail/
syscall_filter.c 183 char *operator_str = strtok_r(NULL, " ", &atom_ptr); local
184 if (operator_str == NULL) {
191 warn("invalid atom '%s %s'", argidx_str, operator_str);
218 int op = str_to_op(operator_str);
220 warn("invalid operator '%s'", operator_str);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 625 jstring operator_str, jbyteArray address) {
635 const char* operator_name = env->GetStringUTFChars(operator_str, NULL);
643 env->ReleaseStringUTFChars(operator_str, operator_name);

Completed in 129 milliseconds