Home
last modified time | relevance | path

Searched refs:MAX_UUID_LENGTH (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/radio/ril/
Dril.h106 #define MAX_UUID_LENGTH 64 macro
344 …char logicalModemUuid[MAX_UUID_LENGTH]; // A UUID typically "com.xxxx.lmX where X is the logical m…
1785 char modemUuid[MAX_UUID_LENGTH];
1790 char uuid[MAX_UUID_LENGTH];
/device/generic/goldfish/radio/include/telephony/
Dril.h106 #define MAX_UUID_LENGTH 64 macro
343 …char logicalModemUuid[MAX_UUID_LENGTH]; // A UUID typically "com.xxxx.lmX where X is the logical m…
1784 char modemUuid[MAX_UUID_LENGTH];
1789 char uuid[MAX_UUID_LENGTH];
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h116 #define MAX_UUID_LENGTH 64 macro
353 …char logicalModemUuid[MAX_UUID_LENGTH]; // A UUID typically "com.xxxx.lmX where X is the logical m…
1855 char modemUuid[MAX_UUID_LENGTH];
1860 char uuid[MAX_UUID_LENGTH];
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h117 #define MAX_UUID_LENGTH 64 macro
356 …char logicalModemUuid[MAX_UUID_LENGTH]; // A UUID typically "com.xxxx.lmX where X is the logical m…
1980 char modemUuid[MAX_UUID_LENGTH];
1985 char uuid[MAX_UUID_LENGTH];
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp988 strncpy(rc.logicalModemUuid, "com.google.cvdgce1.modem", MAX_UUID_LENGTH); in request_get_radio_capability()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c2840 strncpy(radioCapability.logicalModemUuid, "com.android.modem.simulator", MAX_UUID_LENGTH);