~vanvugt/mir/revert-r2288

« back to all changes in this revision

Viewing changes to src/platforms/android/client/android_client_platform.cpp

client: Add set_gbm_device platform operation.

Approved by PS Jenkins bot, Robert Carr, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    context->populate_server_package(package);
113
113
}
114
114
 
 
115
MirPlatformMessage* mcla::AndroidClientPlatform::platform_operation(
 
116
    MirPlatformMessage const*)
 
117
{
 
118
    return nullptr;
 
119
}
 
120
 
115
121
MirNativeBuffer* mcla::AndroidClientPlatform::convert_native_buffer(graphics::NativeBuffer* buf) const
116
122
{
117
123
    return buf->anwb();