Home
last modified time | relevance | path

Searched defs:controllerPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java673 private static native int nativeSendCecCommand(long controllerPtr, int srcAddress, in nativeSendCecCommand()
675 private static native int nativeAddLogicalAddress(long controllerPtr, int logicalAddress); in nativeAddLogicalAddress()
676 private static native void nativeClearLogicalAddress(long controllerPtr); in nativeClearLogicalAddress()
677 private static native int nativeGetPhysicalAddress(long controllerPtr); in nativeGetPhysicalAddress()
678 private static native int nativeGetVersion(long controllerPtr); in nativeGetVersion()
679 private static native int nativeGetVendorId(long controllerPtr); in nativeGetVendorId()
680 private static native HdmiPortInfo[] nativeGetPortInfos(long controllerPtr); in nativeGetPortInfos()
681 private static native void nativeSetOption(long controllerPtr, int flag, boolean enabled); in nativeSetOption()
682 private static native void nativeSetLanguage(long controllerPtr, String language); in nativeSetLanguage()
683 …private static native void nativeEnableAudioReturnChannel(long controllerPtr, int port, boolean fl… in nativeEnableAudioReturnChannel()
[all …]
/frameworks/base/services/core/jni/
Dcom_android_server_hdmi_HdmiCecController.cpp360 static jint nativeSendCecCommand(JNIEnv* env, jclass clazz, jlong controllerPtr, in nativeSendCecCommand()
380 static jint nativeAddLogicalAddress(JNIEnv* env, jclass clazz, jlong controllerPtr, in nativeAddLogicalAddress()
386 static void nativeClearLogicalAddress(JNIEnv* env, jclass clazz, jlong controllerPtr) { in nativeClearLogicalAddress()
391 static jint nativeGetPhysicalAddress(JNIEnv* env, jclass clazz, jlong controllerPtr) { in nativeGetPhysicalAddress()
396 static jint nativeGetVersion(JNIEnv* env, jclass clazz, jlong controllerPtr) { in nativeGetVersion()
401 static jint nativeGetVendorId(JNIEnv* env, jclass clazz, jlong controllerPtr) { in nativeGetVendorId()
406 static jobjectArray nativeGetPortInfos(JNIEnv* env, jclass clazz, jlong controllerPtr) { in nativeGetPortInfos()
411 static void nativeSetOption(JNIEnv* env, jclass clazz, jlong controllerPtr, jint flag, jint value) { in nativeSetOption()
416 static void nativeSetLanguage(JNIEnv* env, jclass clazz, jlong controllerPtr, jstring language) { in nativeSetLanguage()
423 static void nativeEnableAudioReturnChannel(JNIEnv* env, jclass clazz, jlong controllerPtr, in nativeEnableAudioReturnChannel()
[all …]