Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 public static native boolean onTransact(long id, int code, Parcel data, Parcel reply, int flags);
12
13
14 // ServiceConnection
15 public static native void onServiceConnected(long id, String name, IBinder service);
16 public static native void onServiceDisconnected(long id, String name);
17}
GLint GLsizei GLsizei GLenum GLenum GLsizei void * data
GLbitfield flags
GLuint name
QNetworkReply * reply