Searched defs:reverse (Results 1 - 2 of 2) sorted by relevance

/system/media/audio_route/
H A Daudio_route.c651 static int audio_route_update_path(struct audio_route *ar, const char *name, bool reverse) argument
668 i = reverse ? (path->length - 1) : 0;
669 end = reverse ? -1 : (int32_t)path->length;
696 i = reverse ? (i - 1) : (i + 1);
706 return audio_route_update_path(ar, name, false /*reverse*/);
714 return audio_route_update_path(ar, name, true /*reverse*/);
/system/core/adb/
H A Dcommandline.c143 " adb reverse --list - list all reverse socket connections from device\n"
144 " adb reverse <remote> <local> - reverse socket connections\n"
145 " reverse specs are one of:\n"
150 " adb reverse --norebind <remote> <local>\n"
151 " - same as 'adb reverse <remote> <local>' but fails\n"
153 " adb reverse --remove <remote>\n"
155 " adb reverse --remove-all - remove all reversed socket connections from device\n"
1502 !strcmp(argv[0], "reverse"))
1505 char reverse = (char) !strcmp(argv[0], "reverse"); local
[all...]

Completed in 131 milliseconds