Home
last modified time | relevance | path

Searched refs:string1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcapi_common.h231 typedef void (*FunctionType_DebugLog)(uint32 *userData, AVCLogType type, char *string1, int val1, i…
/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp121 bool operator()(const String8* string1, const String8* string2) const { in operator ()() argument
122 if (string1 == NULL) { in operator ()()
128 return string1->compare(*string2) < 0; in operator ()()