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

  /external/chromium_org/build/android/
adb_profile_chrome 35 send_intent() { function
67 send_intent ${PACKAGE} "GPU_PROFILER_START" $* > /dev/null
69 send_intent ${PACKAGE} "GPU_PROFILER_STOP" > /dev/null
134 send_intent ${PACKAGE} ${FUNCTION} ${OUTPUT} ${CATEGORIES}
  /bootable/recovery/
recovery.cpp 52 { "send_intent", required_argument, NULL, 's' },
87 * --send_intent=anystring - write the text out to recovery.intent
306 finish_recovery(const char *send_intent) {
308 if (send_intent != NULL) {
313 fputs(send_intent, fp);
946 const char *send_intent = NULL; local
955 case 's': send_intent = optarg; break;
    [all...]

Completed in 111 milliseconds