Searched defs:ComposerClient (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerTestUtils.h44 class ComposerClient;
59 std::unique_ptr<ComposerClient> createClient();
69 class ComposerClient { class in namespace:android::hardware::graphics::composer::V2_1::tests
71 ComposerClient(const sp<IComposerClient>& client);
72 ~ComposerClient();
H A DVtsHalGraphicsComposerTestUtils.cpp67 std::unique_ptr<ComposerClient> Composer::createClient() {
68 std::unique_ptr<ComposerClient> client;
71 client = std::make_unique<ComposerClient>(tmpClient);
77 ComposerClient::ComposerClient(const sp<IComposerClient>& client) function in class:android::hardware::graphics::composer::V2_1::tests::ComposerClient
80 ComposerClient::~ComposerClient() {
98 sp<IComposerClient> ComposerClient::getRaw() const { return mClient; }
100 void ComposerClient::registerCallback(const sp<IComposerCallback>& callback) {
104 uint32_t ComposerClient
[all...]
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.h54 class ComposerClient : public IComposerClient { class in namespace:android::hardware::graphics::composer::V2_1::implementation
56 ComposerClient(ComposerBase& hal);
57 virtual ~ComposerClient();
130 CommandReader(ComposerClient& client);
193 ComposerClient& mClient;
H A DComposerClient.cpp22 #include "ComposerClient.h"
138 ComposerClient::ComposerClient(ComposerBase& hal) function in class:android::hardware::graphics::composer::V2_1::implementation::ComposerClient
143 ComposerClient::~ComposerClient()
210 void ComposerClient::initialize()
218 void ComposerClient::onHotplug(Display display,
236 void ComposerClient::onRefresh(Display display)
243 void ComposerClient::onVsync(Display display, int64_t timestamp)
250 Return<void> ComposerClient
[all...]

Completed in 183 milliseconds