Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h231 std::function<c2_status_t(const std::shared_ptr<Codec2Client>&)> predicate);
/hardware/google/av/codec2/hidl/client/
Dclient.cpp648 std::function<c2_status_t(const std::shared_ptr<Codec2Client>&)> predicate) { in ForAllStores() argument
675 status = predicate(client); in ForAllStores()