Home
last modified time | relevance | path

Searched defs:isThreadShared (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsynccallbacklistener_fuzzer/
Dvsynccallbacklistener_fuzzer.cpp129 bool isThreadShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncreceiver_fuzzer/
Dvsyncreceiver_fuzzer.cpp165 bool isThreadShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
Dvsync_receiver.cpp224 …cReceiver::GetVSyncPeriodAndLastTimeStamp(int64_t &period, int64_t &timeStamp, bool isThreadShared) in GetVSyncPeriodAndLastTimeStamp()