Home
last modified time | relevance | path

Searched refs:TCLHash (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DIPC_test.cpp42 using TCLHash = SurfaceComposerClient::TCLHash; typedef
49 std::unordered_map<sp<ITransactionCompletedListener>, CallbackInfo, TCLHash>
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h336 struct TCLHash { struct
359 std::unordered_map<sp<ITransactionCompletedListener>, CallbackInfo, TCLHash> argument
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp599 std::unordered_map<sp<ITransactionCompletedListener>, CallbackInfo, TCLHash> listenerCallbacks; in readFromParcel()