Searched refs:key2 (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_hash_table.c | 73 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/ |
D | PropertyNodeTest.cc | 61 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/ |
D | ProgramData.h | 123 const std::string& key2);
|
D | ProgramData.cpp | 1153 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/ |
D | sndmonitor.c | 566 static bool hasheq(void * key1, void *key2) in hasheq() argument 568 return key1 == key2; in hasheq()
|