Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtNative.java
Go to the documentation of this file.
1// Copyright (C) 2017 BogDan Vatra <bogdan@kde.org>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4package org.qtproject.qt.android.extras;
5
6import android.os.IBinder;
7import android.os.Parcel;
8
9class QtNative {
10 // Binder
11 static native boolean onTransact(long id, int code, Parcel data, Parcel reply, int flags);
12
13
14 // ServiceConnection
15 static native void onServiceConnected(long id, String name, IBinder service);
16 static native void onServiceDisconnected(long id, String name);
17}
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
[0]
GLbitfield flags
EGLImageKHR EGLint * name
QNetworkReply * reply
[0]