Home
last modified time | relevance | path

Searched refs:NativeWrapper (Results 1 – 16 of 16) sorted by relevance

/aosp12/art/test/079-phantom/src/
H A DBitmap.java25 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 DMain.java89 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 DVibratorController.java43 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 DVibratorManagerService.java117 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 DHintManagerService.java62 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 DHintManagerServiceTest.java51 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 DFakeNativeWrapper.java23 import com.android.server.hdmi.HdmiCecController.NativeWrapper;
33 final class FakeNativeWrapper implements NativeWrapper {
H A DSystemAudioInitiationActionFromAvrTest.java170 HdmiCecController.NativeWrapper nativeWrapper = new FakeNativeWrapper(); in SetUp()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java129 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 DNotifierTest.java67 @Mock private PowerManagerService.NativeWrapper mNativeWrapperMock;
236 PowerManagerService.NativeWrapper createNativeWrapper() {
H A DPowerManagerServiceTest.java87 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 DFakeVibratorControllerProvider.java68 private final class FakeNativeWrapper extends VibratorController.NativeWrapper {
H A DVibratorControllerTest.java79 @Mock private VibratorController.NativeWrapper mNativeWrapperMock;
H A DVibratorManagerServiceTest.java132 @Mock private VibratorManagerService.NativeWrapper mNativeWrapperMock;
200 VibratorManagerService.NativeWrapper getNativeWrapper() { in createService()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java283 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 Dart-profile35965 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 …]