Searched defs:strs (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
H A Dsym.c129 void zzs_init(int sz,int strs) argument
131 void zzs_init(sz, strs)
132 int sz, strs;
135 if ( sz <= 0 || strs <= 0 ) return;
142 strings = (char *) calloc(strs, sizeof(char));
145 fprintf(stderr, "Cannot allocate string table of size %d\n", strs);
149 strsize = strs;
/device/generic/goldfish/camera/
H A DCallbackNotifier.cpp84 const char* strs[lCameraMessagesNum]; local
85 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum);
87 ALOGV(" %s", strs[n]);
/device/google/cuttlefish_common/guest/hals/camera/
H A DCallbackNotifier.cpp77 const char* strs[lCameraMessagesNum]; local
78 const int translated = GetMessageStrings(msg, strs, lCameraMessagesNum);
80 ALOGV(" %s", strs[n]);

Completed in 84 milliseconds