Lines Matching refs:wanted
905 uint64_t wanted = -1LLU;
909 wanted = wanted < ns ? wanted : ns;
914 if (wanted < 10000000LLU) {
915 wanted = 10000000LLU;
918 int rate = ((wanted) / 5000000LLU) - ((wanted % 5000000LLU == 0) ? 1
924 //ALOGD("set fifo rate: %d %llu", rate, wanted);
943 (unsigned long) (wanted / 1000000LLU));
945 (int) (wanted / 1000000LLU));