/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | InputManagerServiceTests.kt | 101 return native 114 verifyZeroInteractions(native) 117 verify(native).start() 122 verifyZeroInteractions(native) 132 verify(native).reloadPointerIcons() 284 verify(native).displayRemoved(eq(10)) 288 verifyNoMoreInteractions(native) 294 verifyNoMoreInteractions(native) 315 verifyNoMoreInteractions(native) 317 clearInvocations(native) [all …]
|
H A D | BatteryControllerTests.kt | 189 private lateinit var native: NativeInputManagerService 326 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(78) 337 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(80) 358 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(78) 385 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(78) 391 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(80) 416 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(78) 422 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(80) 434 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(90) 444 `when`(native.getBatteryCapacity(DEVICE_ID)).thenReturn(78) [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | OWNERS | 23 per-file Binder.java = file:platform/frameworks/native:/libs/binder/OWNERS 24 per-file BinderProxy.java = file:platform/frameworks/native:/libs/binder/OWNERS 26 per-file IBinder.java = file:platform/frameworks/native:/libs/binder/OWNERS 27 per-file Parcel.java = file:platform/frameworks/native:/libs/binder/OWNERS 30 per-file Parcelable.java = file:platform/frameworks/native:/libs/binder/OWNERS 32 per-file ParcelableHolder.java = file:platform/frameworks/native:/libs/binder/OWNERS 33 per-file ParcelableParcel.java = file:platform/frameworks/native:/libs/binder/OWNERS 34 per-file RemoteException.java = file:platform/frameworks/native:/libs/binder/OWNERS 35 per-file ServiceManager.java = file:platform/frameworks/native:/libs/binder/OWNERS 49 per-file GraphicsEnvironment.java = file:platform/frameworks/native:/opengl/OWNERS [all …]
|
/aosp14/frameworks/base/libs/hostgraphics/ |
H A D | Android.bp | 31 // Here we override all the headers automatically included with frameworks/native/include. 32 // When frameworks/native/include will be removed from the list of automatic includes. 35 "frameworks/native/libs/nativebase/include", 36 "frameworks/native/libs/nativewindow/include", 37 "frameworks/native/libs/arect/include", 38 "frameworks/native/libs/ui/include_private",
|
/aosp14/frameworks/base/media/mca/filterpacks/ |
H A D | Android.bp | 28 "native/base/geometry.cpp", 29 "native/base/time_util.cpp", 45 "native/imageproc/brightness.c", 46 "native/imageproc/contrast.c", 47 "native/imageproc/invert.c", 48 "native/imageproc/to_rgba.c", 64 // native/imageproc/to_rgba.c
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HidlMemory.cpp | 49 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in nativeFinalize() local 50 delete native; in nativeFinalize() 127 JHidlMemory* native = reinterpret_cast<JHidlMemory*>(jNativeContext); in getNativeContext() local 128 if (!native) { in getNativeContext() 129 native = new JHidlMemory(); in getNativeContext() 132 reinterpret_cast<jlong>(native)); in getNativeContext() 135 return native; in getNativeContext()
|
H A D | OWNERS | 9 per-file android_view_DisplayEventReceiver* = file:platform/frameworks/native:/services/surfaceflin… 40 per-file android_os_Parcel* = file:platform/frameworks/native:/libs/binder/OWNERS 41 per-file android_os_ServiceManager* = file:platform/frameworks/native:/libs/binder/OWNERS 42 per-file android_util_Binder* = file:platform/frameworks/native:/libs/binder/OWNERS 79 per-file android_os_GraphicsEnvironment.cpp = file:platform/frameworks/native:/opengl/OWNERS
|
/aosp14/frameworks/base/services/tests/mockingservicestests/jni/ |
H A D | Android.bp | 30 "frameworks/native/services", 31 "frameworks/native/libs/math/include", 32 "frameworks/native/libs/ui/include",
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaDescrambler.h | 28 namespace native { 32 using hardware::cas::native::V1_0::IDescrambler;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/ |
H A D | components_expected.txt | 20 uses-native-library:'native1' 21 uses-native-library-not-required:'optional' 56 native-code: 'x86_64' 57 alt-native-code: 'x86'
|
/aosp14/frameworks/base/core/tests/coretests/ |
H A D | OWNERS | 3 per-file BinderTest.java = file:platform/frameworks/native:/libs/binder/OWNERS 4 per-file ParcelTest.java = file:platform/frameworks/native:/libs/binder/OWNERS
|
/aosp14/frameworks/base/native/android/ |
H A D | Android.bp | 15 // The headers module is in frameworks/native/Android.bp. 150 name: "lib-platform-compat-native-api", 167 ":platform-compat-native-aidl", 173 name: "platform-compat-native-aidl",
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | OWNERS | 11 per-file *SensorPrivacy* = file:platform/frameworks/native:/libs/sensorprivacy/OWNERS 14 per-file *Sensor*,*Trigger* = file:platform/frameworks/native:/services/sensorservice/OWNERS
|
/aosp14/frameworks/base/packages/Shell/ |
H A D | Android.bp | 19 include_dirs: ["frameworks/native/cmds/dumpstate/binder"], 37 include_dirs: ["frameworks/native/cmds/dumpstate/binder"],
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | TEST_MAPPING | 4 "path": "frameworks/native/services/inputflinger"
|
/aosp14/frameworks/base/libs/input/ |
H A D | TEST_MAPPING | 4 "path": "frameworks/native/services/inputflinger"
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | TEST_MAPPING | 4 "path": "frameworks/native/services/inputflinger"
|
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
H A D | OWNERS | 1 include platform/frameworks/native:/libs/sensorprivacy/OWNERS
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
H A D | OWNERS | 2 include /platform/frameworks/native:/cmds/dumpstate/OWNERS
|
/aosp14/frameworks/base/services/tests/mockingservicestests/assets/SensorPrivacyServiceMockingTest/ |
H A D | OWNERS | 3 file:platform/frameworks/native:/libs/sensorprivacy/OWNERS
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/sensorprivacy/ |
H A D | OWNERS | 3 file:platform/frameworks/native:/libs/sensorprivacy/OWNERS
|
/aosp14/frameworks/base/services/core/java/com/android/server/os/ |
H A D | OWNERS | 2 per-file Bugreport* = file:/platform/frameworks/native:/cmds/dumpstate/OWNERS
|
/aosp14/frameworks/base/tests/ChoreographerTests/ |
H A D | OWNERS | 2 include platform/frameworks/native:/services/surfaceflinger/OWNERS
|
/aosp14/frameworks/base/tests/TouchLatency/ |
H A D | OWNERS | 2 include platform/frameworks/native:/services/surfaceflinger/OWNERS
|
/aosp14/system/core/fs_mgr/libfs_avb/ |
H A D | run_tests.sh | 10 com.android.tradefed.testtype.HostGTest:native-test-timeout:5m
|