Searched defs:strings (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.cpp | 555 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings() 575 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | StreamSerializing.cpp | 39 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | curl_wrapper.cc | 36 curl_slist* build_slist(const std::vector<std::string>& strings) { in build_slist()
|
/device/generic/goldfish/camera/ |
D | CallbackNotifier.cpp | 61 static int GetMessageStrings(uint32_t msg, const char** strings, int max) in GetMessageStrings()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | CallbackNotifier.cpp | 56 static int GetMessageStrings(uint32_t msg, const char** strings, int max) { in GetMessageStrings()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 2611 const char** strings = (const char**)data;; local 2642 const char** strings = (const char**)data;; local 2673 const char **strings = (const char **)data; local
|
/device/generic/goldfish/radio/ril/ |
D | reference-ril.c | 2309 const char** strings = (const char**)data;; local
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 2577 GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const char** strings) in glCreateShaderProgramv()
|
D | GL2Encoder.cpp | 4851 …L2Encoder::s_glCreateShaderProgramv(void* self, GLenum type, GLsizei count, const char** strings) { in s_glCreateShaderProgramv()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 7089 char **strings = (char **) response; in onUssdInd() local
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 8417 char **strings = (char **) response; in onUssdInd() local
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 8689 char **strings = (char **) response; in onUssdInd() local
|