/aosp12/art/test/079-phantom/src/ |
H A D | Bitmap.java | 25 Bitmap.NativeWrapper mNativeWrapper; 37 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap() 69 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage() 76 Bitmap.NativeWrapper wrapper = new Bitmap.NativeWrapper(nativeData); in allocNativeStorage() 94 static class NativeWrapper { class in Bitmap 95 public NativeWrapper(int nativeDataPtr) { in NativeWrapper() method in Bitmap.NativeWrapper 120 PhantomWrapper(Bitmap.NativeWrapper wrapper, in PhantomWrapper()
|
H A D | Main.java | 89 Bitmap.NativeWrapper dataA = Bitmap.allocNativeStorage(10, 10); in createBitmaps() 91 Bitmap.NativeWrapper dataB = Bitmap.allocNativeStorage(20, 20); in createBitmaps()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorController.java | 43 private final NativeWrapper mNativeWrapper; 68 this(vibratorId, listener, new NativeWrapper()); in VibratorController() 73 NativeWrapper nativeWrapper) { in VibratorController() 369 public static class NativeWrapper { class in VibratorController
|
H A D | VibratorManagerService.java | 117 private final NativeWrapper mNativeWrapper; 962 NativeWrapper getNativeWrapper() { in getNativeWrapper() 963 return new NativeWrapper(); in getNativeWrapper() 1128 public static class NativeWrapper { class in VibratorManagerService
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/hint/ |
H A D | HintManagerService.java | 62 private final NativeWrapper mNativeWrapper; 86 NativeWrapper createNativeWrapper() { in createNativeWrapper() 87 return new NativeWrapper(); in createNativeWrapper() 126 public static class NativeWrapper { class in HintManagerService
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/ |
H A D | HintManagerServiceTest.java | 51 import com.android.server.power.hint.HintManagerService.NativeWrapper; 79 @Mock private HintManagerService.NativeWrapper mNativeWrapperMock; 100 NativeWrapper createNativeWrapper() { in createService()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | FakeNativeWrapper.java | 23 import com.android.server.hdmi.HdmiCecController.NativeWrapper; 33 final class FakeNativeWrapper implements NativeWrapper {
|
H A D | SystemAudioInitiationActionFromAvrTest.java | 170 HdmiCecController.NativeWrapper nativeWrapper = new FakeNativeWrapper(); in SetUp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecController.java | 129 private final NativeWrapper mNativeWrapperImpl; 135 HdmiControlService service, NativeWrapper nativeWrapper, HdmiCecAtomWriter atomWriter) { in HdmiCecController() 166 HdmiControlService service, NativeWrapper nativeWrapper, HdmiCecAtomWriter atomWriter) { in createWithNativeWrapper() 177 private void init(NativeWrapper nativeWrapper) { in init() 744 protected interface NativeWrapper { interface in HdmiCecController 760 private static final class NativeWrapperImpl11 implements NativeWrapper, 948 private static final class NativeWrapperImpl implements NativeWrapper,
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
H A D | NotifierTest.java | 67 @Mock private PowerManagerService.NativeWrapper mNativeWrapperMock; 236 PowerManagerService.NativeWrapper createNativeWrapper() {
|
H A D | PowerManagerServiceTest.java | 87 import com.android.server.power.PowerManagerService.NativeWrapper; 131 @Mock private PowerManagerService.NativeWrapper mNativeWrapperMock; 247 NativeWrapper createNativeWrapper() { in createService()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | FakeVibratorControllerProvider.java | 68 private final class FakeNativeWrapper extends VibratorController.NativeWrapper {
|
H A D | VibratorControllerTest.java | 79 @Mock private VibratorController.NativeWrapper mNativeWrapperMock;
|
H A D | VibratorManagerServiceTest.java | 132 @Mock private VibratorManagerService.NativeWrapper mNativeWrapperMock; 200 VibratorManagerService.NativeWrapper getNativeWrapper() { in createService()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 283 private final NativeWrapper mNativeWrapper; 794 public static class NativeWrapper { class in PowerManagerService 873 NativeWrapper createNativeWrapper() { in createNativeWrapper() 874 return new NativeWrapper(); in createNativeWrapper()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 35965 HSPLcom/android/server/power/PowerManagerService$NativeWrapper;-><init>()V 36602 HSPLcom/android/server/power/hint/HintManagerService$NativeWrapper;-><init>()V 42689 HSPLcom/android/server/vibrator/VibratorController$NativeWrapper;-><init>()V 42696 HSPLcom/android/server/vibrator/VibratorController$NativeWrapper;->off()V 42697 HPLcom/android/server/vibrator/VibratorController$NativeWrapper;->on(JJ)J 42710 …oid/server/vibrator/VibratorController$NativeWrapper;Lcom/android/server/vibrator/VibratorControll… 42711 …oid/server/vibrator/VibratorController$NativeWrapper;Lcom/android/server/vibrator/VibratorControll… 55367 Lcom/android/server/power/PowerManagerService$NativeWrapper; 55447 Lcom/android/server/power/hint/HintManagerService$NativeWrapper; 56182 Lcom/android/server/vibrator/VibratorController$NativeWrapper; [all …]
|