OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_netdelays
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/protocol/
core-commands-qemu.c
80
android_netdelays
[index].name == NULL) {
84
memcpy(*netdelay, &
android_netdelays
[index], sizeof(NetworkLatency));
core-commands-impl.c
258
android_netdelays
[cmd->index].name == NULL) {
261
const NetworkLatency* netdelay = &
android_netdelays
[cmd->index];
/external/qemu/android/
android.h
53
extern const NetworkLatency
android_netdelays
[];
/external/qemu/
net-android.c
152
const NetworkLatency
android_netdelays
[] = {
variable
161
sizeof(
android_netdelays
) / sizeof(
android_netdelays
[0]);
[
all
...]
Completed in 2666 milliseconds