Loading libs/binder/ndk/include_ndk/android/binder_ibinder.h +6 −0 Original line number Diff line number Diff line Loading @@ -594,6 +594,9 @@ typedef void (*AIBinder_DeathRecipient_onBinderDied)(void* cookie) __INTRODUCED_ * * See also AIBinder_linkToDeath/AIBinder_unlinkToDeath. * * WARNING: Make sure the lifetime of this cookie is long enough. If it is dynamically * allocated, it should be deleted with AIBinder_DeathRecipient_setOnUnlinked. * * Available since API level 33. * * \param cookie the cookie passed to AIBinder_linkToDeath. Loading @@ -605,6 +608,9 @@ typedef void (*AIBinder_DeathRecipient_onBinderUnlinked)(void* cookie) __INTRODU * * Available since API level 29. * * WARNING: Make sure the lifetime of this cookie is long enough. If it is dynamically * allocated, it should be deleted with AIBinder_DeathRecipient_setOnUnlinked. * * \param onBinderDied the callback to call when this death recipient is invoked. * * \return the newly constructed object (or null if onBinderDied is null). Loading services/surfaceflinger/tests/unittests/SurfaceFlinger_SetPowerModeInternalTest.cpp +8 −4 Original line number Diff line number Diff line Loading @@ -404,11 +404,13 @@ TEST_F(SetPowerModeInternalTest, setPowerModeInternalDoesNothingIfVirtualDisplay EXPECT_EQ(PowerMode::ON, display.mutableDisplayDevice()->getPowerMode()); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToOnPrimaryDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToOnPrimaryDisplay) { transitionDisplayCommon<PrimaryDisplayPowerCase<TransitionOffToOnVariant>>(); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToDozeSuspendPrimaryDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToDozeSuspendPrimaryDisplay) { transitionDisplayCommon<PrimaryDisplayPowerCase<TransitionOffToDozeSuspendVariant>>(); } Loading Loading @@ -444,11 +446,13 @@ TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOnToUnknownPrimaryDisplay transitionDisplayCommon<PrimaryDisplayPowerCase<TransitionOnToUnknownVariant>>(); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToOnExternalDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToOnExternalDisplay) { transitionDisplayCommon<ExternalDisplayPowerCase<TransitionOffToOnVariant>>(); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToDozeSuspendExternalDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToDozeSuspendExternalDisplay) { transitionDisplayCommon<ExternalDisplayPowerCase<TransitionOffToDozeSuspendVariant>>(); } Loading Loading
libs/binder/ndk/include_ndk/android/binder_ibinder.h +6 −0 Original line number Diff line number Diff line Loading @@ -594,6 +594,9 @@ typedef void (*AIBinder_DeathRecipient_onBinderDied)(void* cookie) __INTRODUCED_ * * See also AIBinder_linkToDeath/AIBinder_unlinkToDeath. * * WARNING: Make sure the lifetime of this cookie is long enough. If it is dynamically * allocated, it should be deleted with AIBinder_DeathRecipient_setOnUnlinked. * * Available since API level 33. * * \param cookie the cookie passed to AIBinder_linkToDeath. Loading @@ -605,6 +608,9 @@ typedef void (*AIBinder_DeathRecipient_onBinderUnlinked)(void* cookie) __INTRODU * * Available since API level 29. * * WARNING: Make sure the lifetime of this cookie is long enough. If it is dynamically * allocated, it should be deleted with AIBinder_DeathRecipient_setOnUnlinked. * * \param onBinderDied the callback to call when this death recipient is invoked. * * \return the newly constructed object (or null if onBinderDied is null). Loading
services/surfaceflinger/tests/unittests/SurfaceFlinger_SetPowerModeInternalTest.cpp +8 −4 Original line number Diff line number Diff line Loading @@ -404,11 +404,13 @@ TEST_F(SetPowerModeInternalTest, setPowerModeInternalDoesNothingIfVirtualDisplay EXPECT_EQ(PowerMode::ON, display.mutableDisplayDevice()->getPowerMode()); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToOnPrimaryDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToOnPrimaryDisplay) { transitionDisplayCommon<PrimaryDisplayPowerCase<TransitionOffToOnVariant>>(); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToDozeSuspendPrimaryDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToDozeSuspendPrimaryDisplay) { transitionDisplayCommon<PrimaryDisplayPowerCase<TransitionOffToDozeSuspendVariant>>(); } Loading Loading @@ -444,11 +446,13 @@ TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOnToUnknownPrimaryDisplay transitionDisplayCommon<PrimaryDisplayPowerCase<TransitionOnToUnknownVariant>>(); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToOnExternalDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToOnExternalDisplay) { transitionDisplayCommon<ExternalDisplayPowerCase<TransitionOffToOnVariant>>(); } TEST_F(SetPowerModeInternalTest, transitionsDisplayFromOffToDozeSuspendExternalDisplay) { // TODO(b/262417075) TEST_F(SetPowerModeInternalTest, DISABLED_transitionsDisplayFromOffToDozeSuspendExternalDisplay) { transitionDisplayCommon<ExternalDisplayPowerCase<TransitionOffToDozeSuspendVariant>>(); } Loading