/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageHelperTests.java | 165 volume = PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 171 volume = PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 177 volume = PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 183 volume = PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 193 PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 203 PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 213 PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 223 PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_SystemApp() 241 volume = PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_3rdParty_existing_not_too_big() 247 volume = PackageHelper.resolveInstallVolume(getContext(), "package.name", in testResolveInstallVolumeInternal_3rdParty_existing_not_too_big() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
D | AppOpsNotedWatcherTest.java | 54 final AppOpsManager appOpsManager = getContext().getSystemService(AppOpsManager.class); in testWatchNotedOps() 60 getContext().getPackageName()); in testWatchNotedOps() 62 getContext().getPackageName()); in testWatchNotedOps() 68 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchNotedOps() 69 eq(getContext().getAttributionTag()), eq(AppOpsManager.OP_FLAG_SELF), in testWatchNotedOps() 73 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchNotedOps() 74 eq(getContext().getAttributionTag()), eq(AppOpsManager.OP_FLAG_SELF), in testWatchNotedOps() 93 getContext().getPackageName()); in testWatchNotedOps() 98 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchNotedOps() 99 eq(getContext().getAttributionTag()), eq(AppOpsManager.OP_FLAG_SELF), in testWatchNotedOps() [all …]
|
D | AppOpsActiveWatcherTest.java | 61 final AppOpsManager appOpsManager = getContext().getSystemService(AppOpsManager.class); in testWatchActiveOps() 63 AppOpsManager.OPSTR_RECORD_AUDIO}, getContext().getMainExecutor(), listener); in testWatchActiveOps() 71 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchActiveOps() 82 Process.myUid(), getContext().getPackageName())).isTrue(); in testWatchActiveOps() 90 eq(Process.myUid()), eq(getContext().getPackageName()), isNull(), in testWatchActiveOps() 95 Process.myUid(), getContext().getPackageName())).isFalse(); in testWatchActiveOps() 120 getContext().getMainExecutor(), listener); in testWatchActiveOps() 128 eq(Process.myUid()), eq(getContext().getPackageName()), isNull(), in testWatchActiveOps() 138 final AppOpsManager appOpsManager = getContext().getSystemService(AppOpsManager.class); in testIsRunning() 176 private static Context getContext() { in getContext() method in AppOpsActiveWatcherTest [all …]
|
D | AppOpsStartedWatcherTest.java | 52 final AppOpsManager appOpsManager = getContext().getSystemService(AppOpsManager.class); in testWatchStartedOps() 65 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchStartedOps() 66 eq(getContext().getAttributionTag()), eq(AppOpsManager.OP_FLAG_SELF), in testWatchStartedOps() 72 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchStartedOps() 73 eq(getContext().getAttributionTag()), eq(AppOpsManager.OP_FLAG_SELF), in testWatchStartedOps() 99 eq(Process.myUid()), eq(getContext().getPackageName()), in testWatchStartedOps() 100 eq(getContext().getAttributionTag()), eq(AppOpsManager.OP_FLAG_SELF), in testWatchStartedOps() 112 private static Context getContext() { in getContext() method in AppOpsStartedWatcherTest 113 return InstrumentationRegistry.getContext(); in getContext()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | SubActivityTest.java | 27 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class)); in testPendingResult() 33 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class)); in testNoResult() 39 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class)); in testResult() 46 new ComponentName(getContext(), RemoteSubActivityScreen.class)); in testFinishSub() 53 new ComponentName(getContext(), RemoteSubActivityScreen.class)); in testRemoteNoResult() 60 new ComponentName(getContext(), RemoteSubActivityScreen.class)); in testRemoteResult() 66 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class)); in testRemoteFinishSub() 73 new ComponentName(getContext(), RemoteSubActivityScreen.class)); in testRemoteRestartNoResult() 81 new ComponentName(getContext(), RemoteSubActivityScreen.class)); in testRemoteRestartResult() 88 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class)); in testRemoteRestartFinishSub()
|
D | LaunchTest.java | 29 mIntent.putExtra("component", new ComponentName(getContext(), TestedActivity.class)); in testColdActivity() 35 mIntent.putExtra("component", new ComponentName(getContext(), LocalActivity.class)); in testLocalActivity() 41 mIntent.putExtra("component", new ComponentName(getContext(), TestedScreen.class)); in testColdScreen() 47 mIntent.putExtra("component", new ComponentName(getContext(), LocalScreen.class)); in testLocalScreen() 66 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class)); in testClearTopInCreate() 72 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class)); in testClearTopWhileResumed()
|
D | BroadcastTest.java | 180 getContext().registerReceiver(mReceiver, filter, permission, null); in registerMyReceiver() 192 getContext().unregisterReceiver(mReceiver); in unregisterMyReceiverNoCheck() 279 getContext().sendOrderedBroadcast( in testResult() 314 Intent sticky = getContext().registerReceiver(null, filter); in testSetSticky() 330 Intent sticky = getContext().registerReceiver(null, filter); in testClearSticky() 344 Intent sticky = getContext().registerReceiver(null, filter); in testReplaceSticky() 376 getContext().sendBroadcast(makeBroadcastIntent(BROADCAST_REGISTERED)); in testRegisteredReceivePermissionGranted() 391 getContext().sendOrderedBroadcast( in testRegisteredReceivePermissionDenied() 401 getContext().sendBroadcast( in testRegisteredBroadcastPermissionGranted() 418 getContext().sendOrderedBroadcast( in testRegisteredBroadcastPermissionDenied() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | FindViewByIdTest.java | 41 private Context getContext() { in getContext() method in FindViewByIdTest 52 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewById() 54 View child1 = new View(getContext()); in testFindViewById() 55 View child2 = new View(getContext()); in testFindViewById() 69 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() 71 View child1 = new View(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() 72 View child2 = new View(getContext()); in testFindViewByIdReturnNullIfRemovedFromHierarchy() 87 LinearLayout contentView = new LinearLayout(getContext()); in testFindViewByIdReturnNullIfNotImportant() 89 View child1 = new View(getContext()); in testFindViewByIdReturnNullIfNotImportant() 90 View child2 = new View(getContext()); in testFindViewByIdReturnNullIfNotImportant()
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | ColorDisplayService.java | 235 final ContentResolver cr = getContext().getContentResolver(); in onUserChanged() 370 final ContentResolver cr = getContext().getContentResolver(); in setUp() 401 setUpDisplayCompositionColorSpaces(getContext().getResources()); in setUp() 407 if (mNightDisplayTintController.isAvailable(getContext())) { in setUp() 413 .setUp(getContext(), DisplayTransformManager.needsLinearColorMatrix()); in setUp() 427 if (mDisplayWhiteBalanceTintController.isAvailable(getContext())) { in setUp() 429 mDisplayWhiteBalanceTintController.setUp(getContext(), true /* needsLinear */); in setUp() 434 if (mReduceBrightColorsTintController.isAvailable(getContext())) { in setUp() 436 .setUp(getContext(), DisplayTransformManager.needsLinearColorMatrix()); in setUp() 450 getContext().getContentResolver().unregisterContentObserver(mContentObserver); in tearDown() [all …]
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthService.java | 174 Utils.checkPermission(getContext(), TEST_BIOMETRIC); in createTestSession() 188 Utils.checkPermission(getContext(), TEST_BIOMETRIC); in getSensorProperties() 202 Utils.checkPermission(getContext(), TEST_BIOMETRIC); in getUiPackage() 204 return getContext().getResources() in getUiPackage() 241 if (getContext().checkCallingOrSelfPermission(TEST_BIOMETRIC) in authenticate() 376 getContext().enforceCallingOrSelfPermission(USE_BIOMETRIC_INTERNAL, in getAuthenticatorIds() 428 result = getContext().getString(R.string.screen_lock_app_setting_name); in getButtonLabel() 431 result = getContext().getString(R.string.fingerprint_app_setting_name); in getButtonLabel() 434 result = getContext().getString(R.string.face_app_setting_name); in getButtonLabel() 437 result = getContext().getString(R.string.biometric_app_setting_name); in getButtonLabel() [all …]
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceService.java | 139 Utils.checkPermission(getContext(), USE_BIOMETRIC_INTERNAL); in createTestSession() 153 Utils.checkPermission(getContext(), USE_BIOMETRIC_INTERNAL); in dumpSensorServiceStateProto() 167 Utils.checkPermission(getContext(), MANAGE_BIOMETRIC); in getSensorPropertiesInternal() 175 Utils.checkPermission(getContext(), USE_BIOMETRIC_INTERNAL); in getSensorProperties() 190 Utils.checkPermission(getContext(), MANAGE_BIOMETRIC); in generateChallenge() 204 Utils.checkPermission(getContext(), MANAGE_BIOMETRIC); in revokeChallenge() 219 Utils.checkPermission(getContext(), MANAGE_BIOMETRIC); in enroll() 235 Utils.checkPermission(getContext(), MANAGE_BIOMETRIC); in enrollRemotely() 241 Utils.checkPermission(getContext(), MANAGE_BIOMETRIC); in cancelEnrollment() 256 Utils.checkPermission(getContext(), USE_BIOMETRIC_INTERNAL); in authenticate() [all …]
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintService.java | 137 Utils.checkPermission(getContext(), TEST_BIOMETRIC); in createTestSession() 152 Utils.checkPermission(getContext(), USE_BIOMETRIC_INTERNAL); in dumpSensorServiceStateProto() 166 if (getContext().checkCallingOrSelfPermission(USE_BIOMETRIC_INTERNAL) in getSensorPropertiesInternal() 168 Utils.checkPermission(getContext(), TEST_BIOMETRIC); in getSensorPropertiesInternal() 177 Utils.checkPermission(getContext(), USE_BIOMETRIC_INTERNAL); in getSensorProperties() 191 Utils.checkPermission(getContext(), MANAGE_FINGERPRINT); in generateChallenge() 205 Utils.checkPermission(getContext(), MANAGE_FINGERPRINT); in revokeChallenge() 221 Utils.checkPermission(getContext(), MANAGE_FINGERPRINT); in enroll() 235 Utils.checkPermission(getContext(), MANAGE_FINGERPRINT); in cancelEnrollment() 263 final boolean isKeyguard = Utils.isKeyguard(getContext(), opPackageName); in authenticate() [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationIntrusivenessExtractorTest.java | 44 final Notification.Builder builder = new Notification.Builder(getContext()) in testNonIntrusive() 51 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel); in testNonIntrusive() 59 final Notification.Builder builder = new Notification.Builder(getContext()) in testIntrusive_fillScreen() 62 getContext(), 0, new Intent(""), PendingIntent.FLAG_IMMUTABLE), in testIntrusive_fillScreen() 70 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel); in testIntrusive_fillScreen() 78 final Notification.Builder builder = new Notification.Builder(getContext()) in testOldNotificationsNotIntrusive() 81 getContext(), 0, new Intent(""), PendingIntent.FLAG_IMMUTABLE), in testOldNotificationsNotIntrusive() 90 NotificationRecord r = new NotificationRecord(getContext(), sbn, channel); in testOldNotificationsNotIntrusive()
|
D | GlobalSortKeyComparatorTest.java | 48 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testComparator() 50 NotificationRecord left = new NotificationRecord(getContext(), in testComparator() 57 NotificationRecord right = new NotificationRecord(getContext(), in testComparator() 64 NotificationRecord last = new NotificationRecord(getContext(), in testComparator() 87 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_leftNull() 89 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_leftNull() 95 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_leftNull() 117 Notification n = new Notification.Builder(getContext(), TEST_CHANNEL_ID) in testNoCrash_rightNull() 119 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_rightNull() 126 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_rightNull()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | MccTableTest.java | 89 LocaleUtils.getLocaleFromMcc(getContext(), 302, null)); in testLocale() 91 LocaleUtils.getLocaleFromMcc(getContext(), 234, null)); in testLocale() 93 LocaleUtils.getLocaleFromMcc(getContext(), 0, "en")); in testLocale() 95 LocaleUtils.getLocaleFromMcc(getContext(), 454, null)); in testLocale() 97 LocaleUtils.getLocaleFromMcc(getContext(), 454, "en")); in testLocale() 99 LocaleUtils.getLocaleFromMcc(getContext(), 466, null)); in testLocale() 102 private Context getContext() { in getContext() method in MccTableTest 103 return InstrumentationRegistry.getContext(); in getContext()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | DemoModeFragment.java | 69 Context context = getContext(); in onCreatePreferences() 104 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER_DEMO_MODE, true); in onResume() 110 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER_DEMO_MODE, false); in onPause() 137 MetricsLogger.action(getContext(), MetricsEvent.TUNER_DEMO_MODE_ENABLED, enabled); in onPreferenceChange() 140 MetricsLogger.action(getContext(), MetricsEvent.TUNER_DEMO_MODE_ON, enabled); in onPreferenceChange() 168 getContext().sendBroadcast(intent); in startDemoMode() 177 getContext().sendBroadcast(intent); in startDemoMode() 181 getContext().sendBroadcast(intent); in startDemoMode() 186 getContext().sendBroadcast(intent); in startDemoMode() 192 getContext().sendBroadcast(intent); in startDemoMode() [all …]
|
D | PluginFragment.java | 64 getContext().registerReceiver(mReceiver, filter); in onCreate() 66 getContext().registerReceiver(mReceiver, filter); in onCreate() 72 getContext().unregisterReceiver(mReceiver); in onDestroy() 77 mPluginEnabler = new PluginEnablerImpl(getContext()); in onCreatePreferences() 83 PreferenceScreen screen = getPreferenceManager().createPreferenceScreen(getContext()); in loadPrefs() 85 Context prefContext = getPreferenceManager().getContext(); in loadPrefs() 86 mPluginPrefs = new PluginPrefs(getContext()); in loadPrefs() 87 PackageManager pm = getContext().getPackageManager(); in loadPrefs() 199 getContext().sendBroadcast(intent); in persistBoolean() 212 ResolveInfo result = v.getContext().getPackageManager().resolveActivity( in onBindViewHolder() [all …]
|
D | TunerFragment.java | 83 if (!PluginPrefs.hasPlugins(getContext())) { in onCreatePreferences() 96 if (Settings.Secure.getInt(getContext().getContentResolver(), SETTING_SEEN_TUNER_WARNING, in onCreatePreferences() 105 return new AmbientDisplayConfiguration(getContext()).alwaysOnAvailable(); in alwaysOnAvailable() 113 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER, true); in onResume() 120 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER, false); in onPause() 148 return new AlertDialog.Builder(getContext()) in onCreateDialog() 154 Settings.Secure.putInt(getContext().getContentResolver(), in onCreateDialog()
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | BaseSettingsProviderTest.java | 80 ContentResolver contentResolver = getContext().getContentResolver(); in setStringViaFrontEndApiSetting() 102 ContentResolver contentResolver = getContext().getContentResolver(); in getStringViaFrontEndApiSetting() 133 return getContext().getContentResolver().insert(uri, values); in insertStringViaProviderApi() 138 return getContext().getContentResolver().delete(uri, "name=?", new String[]{name}); in deleteStringViaProviderApi() 146 return getContext().getContentResolver().update(uri, values, "name=?", in updateStringViaProviderApiSetting() 170 Cursor cursor = getContext().getContentResolver().query(uri, NAME_VALUE_COLUMNS, in queryStringViaProviderApi() 255 return Settings.Global.getString(getContext().getContentResolver(), name); in getSetting() 259 return Settings.Secure.getString(getContext().getContentResolver(), name); in getSetting() 263 return Settings.System.getString(getContext().getContentResolver(), name); in getSetting() 275 Settings.Global.putString(getContext().getContentResolver(), name, value); in putSetting() [all …]
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | XmlConfigTests.java | 48 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.empty_config, in testEmptyConfigFile() 68 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.empty_trust, in testEmptyAnchors() 87 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.domain1, in testBasicDomainConfig() 124 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.pins1, in testBasicPinning() 140 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.expired_pin, in testExpiredPin() 155 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.override_pins, in testOverridesPins() 170 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.bad_pin, in testBadPin() 186 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.multiple_domains, in testMultipleDomains() 208 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.multiple_configs, in testMultipleDomainConfigs() 224 XmlConfigSource source = new XmlConfigSource(getContext(), R.xml.subdomains, in testIncludeSubdomains() [all …]
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoDialog.java | 41 RecyclerView view = new RecyclerView(getContext()); in NekoDialog() 42 mAdapter = new Adapter(getContext()); in NekoDialog() 43 view.setLayoutManager(new GridLayoutManager(getContext(), 2)); in NekoDialog() 52 PrefState prefs = new PrefState(getContext()); in onFoodSelected() 55 NekoService.registerJob(getContext(), food.getInterval(getContext())); in onFoodSelected() 78 return new Holder(LayoutInflater.from(parent.getContext()) in onCreateViewHolder()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic.cpp | 35 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in invokeFunction() 40 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in invokeRoot() 46 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in invokeInit() 51 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in setGlobalVar() 58 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in setGlobalVarWithElemDims() 63 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in setGlobalBind() 68 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER, in setGlobalObj()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardClockSwitchTest.java | 69 when(mMockKeyguardSliceView.getContext()).thenReturn(mContext); in setUp() 73 LayoutInflater layoutInflater = LayoutInflater.from(getContext()); in setUp() 96 mBigClock = new TextClock(getContext()); in setUp() 103 TextClock pluginView = new TextClock(getContext()); in onPluginConnected_showPluginClock() 136 when(plugin1.getView()).thenReturn(new TextClock(getContext())); in onPluginConnected_showSecondPluginClock() 140 when(plugin2.getView()).thenReturn(new TextClock(getContext())); in onPluginConnected_showSecondPluginClock() 161 TextClock pluginView = new TextClock(getContext()); in onPluginDisconnected_showDefaultClock() 177 TextClock pluginView = new TextClock(getContext()); in onPluginDisconnected_hidePluginBigClock() 200 when(plugin1.getView()).thenReturn(new TextClock(getContext())); in onPluginDisconnected_secondOfTwoDisconnected() 203 when(plugin2.getView()).thenReturn(new TextClock(getContext())); in onPluginDisconnected_secondOfTwoDisconnected() [all …]
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/ |
D | CarSetupWizardBaseLayout.java | 171 LayoutInflater inflater = LayoutInflater.from(getContext()); in init() 181 getContext(), PartnerConfig.CONFIG_TOOLBAR_BUTTON_ICON_BACK); in init() 187 getContext(), PartnerConfig.CONFIG_TOOLBAR_BUTTON_ICON_CLOSE); in init() 210 mPartnerConfigHelper.getColor(getContext(), PartnerConfig.CONFIG_TOOLBAR_BG_COLOR); in init() 249 getContext(), in init() 256 getContext(), in init() 497 Button newPrimaryButton = (Button) inflate(getContext(), layoutId, null); in createPrimaryToolbarButton() 634 float marginEnd = PartnerConfigHelper.get(getContext()).getDimension( in inflateSecondaryToolbarButtonIfNecessary() 635 getContext(), in inflateSecondaryToolbarButtonIfNecessary() 648 mPartnerConfigHelper.getColorStateList(getContext(), config); in setButtonTextColor() [all …]
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID()); in updateFromNative() 165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation)); in syncAll() 181 p = RS::dispatch->AllocationGetPointer(mRS->getContext(), getIDSafe(), 0, in getPointer() 232 … tryDispatch(mRS, RS::dispatch->Allocation1DData(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeFrom() 236 … tryDispatch(mRS, RS::dispatch->Allocation1DData(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeFrom() 254 … tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeTo() 259 … tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD, in copy1DRangeTo() 267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0, in copy1DRangeFrom() 299 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() 305 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff, in copy2DRangeFrom() [all …]
|