Loading libs/binder/ndk/include_ndk/android/binder_ibinder.h +2 −2 Original line number Diff line number Diff line Loading @@ -227,11 +227,11 @@ void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) __I * must have a separate way of determining the binder you are talking to is the right type. Must * be called before any instance of the class is created. * * Available since API level 32. * Available since API level 33. * * \param clazz class to disable interface header on. */ void AIBinder_Class_disableInterfaceTokenHeader(AIBinder_Class* clazz) __INTRODUCED_IN(32); void AIBinder_Class_disableInterfaceTokenHeader(AIBinder_Class* clazz) __INTRODUCED_IN(33); /** * Creates a new binder object of the appropriate class. Loading libs/binder/ndk/libbinder_ndk.map.txt +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ LIBBINDER_NDK31 { # introduced=31 AParcel_reset; }; LIBBINDER_NDK32 { # introduced=32 LIBBINDER_NDK33 { # introduced=33 global: AIBinder_Class_disableInterfaceTokenHeader; }; Loading Loading
libs/binder/ndk/include_ndk/android/binder_ibinder.h +2 −2 Original line number Diff line number Diff line Loading @@ -227,11 +227,11 @@ void AIBinder_Class_setOnDump(AIBinder_Class* clazz, AIBinder_onDump onDump) __I * must have a separate way of determining the binder you are talking to is the right type. Must * be called before any instance of the class is created. * * Available since API level 32. * Available since API level 33. * * \param clazz class to disable interface header on. */ void AIBinder_Class_disableInterfaceTokenHeader(AIBinder_Class* clazz) __INTRODUCED_IN(32); void AIBinder_Class_disableInterfaceTokenHeader(AIBinder_Class* clazz) __INTRODUCED_IN(33); /** * Creates a new binder object of the appropriate class. Loading
libs/binder/ndk/libbinder_ndk.map.txt +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ LIBBINDER_NDK31 { # introduced=31 AParcel_reset; }; LIBBINDER_NDK32 { # introduced=32 LIBBINDER_NDK33 { # introduced=33 global: AIBinder_Class_disableInterfaceTokenHeader; }; Loading