Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 122) sorted by relevance

12345

/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodPrivilegedOperations.java114 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setImeWindowStatusAsync() local
132 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportStartInputAsync() local
154 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputContentUriToken() local
178 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportFullscreenModeAsync() local
197 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in updateStatusIconAsync() local
216 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethod() local
239 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setInputMethodAndSubtype() local
261 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in hideMySoftInput() local
283 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in showMySoftInput() local
304 final IInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in switchToPreviousInputMethod() local
[all …]
H A DMultiClientInputMethodPrivilegedOperations.java119 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in createInputMethodWindowToken() local
138 IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in deleteInputMethodWindowToken() local
162 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in acceptClient() local
184 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in reportImeWindowTarget() local
204 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in isUidAllowedOnDisplay() local
222 final IMultiClientInputMethodPrivilegedOperations ops = mOps.getAndWarnIfNull(); in setActive() local
H A DInputMethodPrivilegedOperationsRegistry.java72 public static void put(IBinder token, InputMethodPrivilegedOperations ops) { in put()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2TransactionTest.java178 private static void addInsertContactOperations(ArrayList<ContentProviderOperation> ops) { in addInsertContactOperations()
207 private static void addInsertProfileOperations(ArrayList<ContentProviderOperation> ops) { in addInsertProfileOperations()
235 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_contactBatch() local
252 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_profileBatch() local
269 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatch() local
290 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatchReversed() local
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DCameraHAL.cpp127 static int get_tag_count(const vendor_tag_ops_t* ops) in get_tag_count()
132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) in get_all_tags()
137 static const char* get_section_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_section_name()
142 static const char* get_tag_name(const vendor_tag_ops_t* ops, uint32_t tag) in get_tag_name()
147 static int get_tag_type(const vendor_tag_ops_t* ops, uint32_t tag) in get_tag_type()
152 static void get_vendor_tag_ops(vendor_tag_ops_t* ops) in get_vendor_tag_ops()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java270 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera() local
281 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic() local
292 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic() local
304 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_overlay() local
315 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_mic_overlay() local
328 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_camera_overlay() local
340 ArraySet<Integer> ops = new ArraySet<>(); in testAppOpsSettingsIntent_mic_overlay() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3VendorTags.cpp659 vendor_tag_ops_t* ops) in get_vendor_tag_ops()
689 const vendor_tag_ops_t * ops) in get_tag_count()
712 const vendor_tag_ops_t * ops, in get_all_tags()
741 const vendor_tag_ops_t * ops, in get_section_name()
777 const vendor_tag_ops_t * ops, in get_tag_name()
821 const vendor_tag_ops_t *ops, in get_tag_type()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java594 final HistoricalOps ops = history.get(i); in offsetHistory() local
609 void addHistoricalOps(HistoricalOps ops) { in addHistoricalOps()
796 private void pruneFutureOps(@NonNull List<HistoricalOps> ops) { in pruneFutureOps()
1332 HistoricalOps ops = null; in readeHistoricalOpsDLocked() local
1350 private @Nullable HistoricalOps readHistoricalUidOpsDLocked( in readHistoricalUidOpsDLocked()
1375 private @Nullable HistoricalOps readHistoricalPackageOpsDLocked( in readHistoricalPackageOpsDLocked()
1516 final HistoricalOps ops = allOps.get(i); in writeHistoricalOpsDLocked() local
1529 private void writeHistoricalOpDLocked(@NonNull HistoricalOps ops, in writeHistoricalOpDLocked()
1838 public void visitHistoricalOps(HistoricalOps ops) { in visitHistoricalOps()
1859 public void visitHistoricalUidOps(HistoricalUidOps ops) { in visitHistoricalUidOps()
[all …]
/aosp12/bionic/libc/bionic/
H A Dsys_sem.cpp59 int semop(int id, sembuf* ops, size_t op_count) { in semop()
63 int semtimedop(int id, sembuf* ops, size_t op_count, const timespec* ts) { in semtimedop()
/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
H A DPerformanceTest.java171 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local
192 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local
203 resolver.applyBatch(collection.getAuthority(), ops); in doBulk() local
212 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doBulk() local
222 resolver.applyBatch(collection.getAuthority(), ops); in doBulk() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DRecentAppOpsAccess.java74 public RecentAppOpsAccess(Context context, int[] ops) { in RecentAppOpsAccess()
79 RecentAppOpsAccess(Context context, Clock clock, int[] ops) { in RecentAppOpsAccess()
120 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local
193 AppOpsManager.PackageOps ops) { in getAccessFromOps()
/aosp12/art/tools/jvmti-agents/jit-load/
H A Djitload.cc69 AgentOptions* ops; in DataDumpRequestCb() local
78 AgentOptions* ops; in ClassPrepareJit() local
106 AgentOptions* ops; in SetupJvmti() local
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl74 List<AppOpsManager.PackageOps> getPackagesForOps(in int[] ops); in getPackagesForOps()
76 List<AppOpsManager.PackageOps> getOpsForPackage(int uid, String packageName, in int[] ops); in getOpsForPackage()
77 void getHistoricalOps(int uid, String packageName, String attributionTag, in List<String> ops, in getHistoricalOps()
81 in List<String> ops, int historyFlags, int filter, long beginTimeMillis, in getHistoricalOpsFromDiskRaw()
85 void addHistoricalOps(in AppOpsManager.HistoricalOps ops); in addHistoricalOps()
90 List<AppOpsManager.PackageOps> getUidOps(int uid, in int[] ops); in getUidOps()
103 void startWatchingActive(in int[] ops, IAppOpsActiveCallback callback); in startWatchingActive()
109 void startWatchingStarted(in int[] ops, IAppOpsStartedCallback callback); in startWatchingStarted()
114 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManager.java295 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in scannedChannelHandlingCompleted() local
408 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in handleEvents() local
465 applyBatch(channel.getName(), ops); in handleEvents() local
469 applyBatch(channel.getName(), ops); in handleEvents() local
505 applyBatch(channel.getName(), ops); in handleEvents() local
528 applyBatch(channel.getName(), ops); in handleEvents() local
546 applyBatch(channel.getName(), ops); in handleEvents() local
551 applyBatch(channel.getName(), ops); in handleEvents() local
/aosp12/system/core/fs_mgr/libfs_avb/
H A Davb_ops.h53 static FsManagerAvbOps* GetInstanceFromAvbOps(AvbOps* ops) { in GetInstanceFromAvbOps()
/aosp12/system/core/set-verity-state/
H A Dset-verity-state.cpp147 static bool set_avb_verity_enabled_state(AvbOps* ops, bool enable_verity) { in set_avb_verity_enabled_state()
238 AvbOps* ops = avb_ops_user_new(); in main() local
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrStorageStatusManager.java82 List<ContentProviderOperation> ops = getDeleteOps(); in doInBackground() local
130 List<ContentProviderOperation> ops = new ArrayList<>(); in getDeleteOps() local
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DSimContactsTestHelper.java97 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in deleteAllSimContacts() local
124 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in captureRestoreSnapshot() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
H A DRecentlyAccessedByUtils.java64 AppOpsManager.PackageOps ops = packageOps.get(i); in getAppList() local
89 AppOpsManager.PackageOps ops, IconDrawableFactory iconDrawableFactory) { in getRecentRequestFromOps()
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetchHelper.java92 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateEpgData() local
171 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateNetworkAffiliation() local
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java92 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local
167 AppOpsManager.PackageOps ops) { in getRequestFromOps()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestSyncAdapter.java61 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in onPerformSync() local
/aosp12/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp66 void runTest(const std::vector<Operation> &ops, int64_t timeoutUs) { in runTest()
103 void runTest(const std::vector<Operation> &ops, int64_t timeoutUs) { in runTest()
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DEnvironmentTest.java55 private static void setAppOpsModeForUid(int uid, int mode, String... ops) { in setAppOpsModeForUid()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathOpsActivity.java57 Path.Op[] ops = Path.Op.values(); in onSizeChanged() local

12345