Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_hash_table.c73 static bool equal_fd(const void *key1, const void *key2) in equal_fd() argument
77 int fd2 = pointer_to_intptr(key2); in equal_fd()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DPropertyNodeTest.cc61 std::string key2 = _InitProperty("test.libperfmgr.key2"); in TEST() local
62 PropertyNode t2("t2", key2, {{"value0"}, {"value1"}, {"value2"}}, 0, true); in TEST()
64 _VerifyPropertyValue(key2, "value0"); in TEST()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.h123 const std::string& key2);
DProgramData.cpp1153 void ProgramData::initGuestUniformLocForKey(const std::string& key, const std::string& key2) { in initGuestUniformLocForKey() argument
1159 if (mUniNameToGuestLoc.find(key2) == mUniNameToGuestLoc.end()) { in initGuestUniformLocForKey()
1160 mUniNameToGuestLoc[key2] = mCurrUniformBaseLoc; in initGuestUniformLocForKey()
/hardware/qcom/audio/hal/audio_extn/
Dsndmonitor.c566 static bool hasheq(void * key1, void *key2) in hasheq() argument
568 return key1 == key2; in hasheq()