Home
last modified time | relevance | path

Searched refs:synchronized (Results 1 – 25 of 94) sorted by relevance

1234

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImpl.kt138 synchronized(lock) {
161 synchronized(lock) {
167 synchronized(lock) {
177 val index = synchronized(lock) {
183 synchronized(lock) {
188 synchronized(lock) {
215 val listenersCopy = synchronized(lock) {
225 synchronized(lock) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserTrackerImpl.kt136 synchronized(mutex) {
169 synchronized(mutex) {
178 synchronized(callbacks) {
184 synchronized(callbacks) {
190 val list = synchronized(callbacks) {
209 val list = synchronized(callbacks) {
229 return synchronized(thisRef.mutex) { value }
234 synchronized(thisRef.mutex) { this.value = value }
/aosp12/frameworks/compile/slang/tests/P_struct_field/
H A DScriptField_Outer.java.expect184 public synchronized void set(Item i, int index, boolean copyNow) {
196 public synchronized Item get(int index) {
220 public synchronized void set_l(int index, long v, boolean copyNow) {
356 public synchronized ScriptField_InnerOne.Item get_innerOneA(int index) {
361 public synchronized long get_l(int index) {
366 public synchronized ScriptField_InnerOne.Item get_innerOneB(int index) {
371 public synchronized ScriptField_InnerTwo.Item[] get_innerTwo3(int index) {
376 public synchronized ScriptField_InnerTwo.Item[] get_innerTwo2(int index) {
386 public synchronized ScriptField_InnerOne.Item get_innerOneC(int index) {
391 public synchronized void copyAll() {
[all …]
H A DScriptField_InnerOne.java.expect127 public synchronized void set(Item i, int index, boolean copyNow) {
139 public synchronized Item get(int index) {
144 public synchronized void set_x(int index, int v, boolean copyNow) {
159 public synchronized void set_y(int index, int v, boolean copyNow) {
174 public synchronized void set_f(int index, float v, boolean copyNow) {
189 public synchronized int get_x(int index) {
194 public synchronized int get_y(int index) {
199 public synchronized float get_f(int index) {
204 public synchronized void copyAll() {
209 public synchronized void resize(int newSize) {
H A DScriptField_InnerTwo.java.expect130 public synchronized void set(Item i, int index, boolean copyNow) {
142 public synchronized Item get(int index) {
147 public synchronized void set_z(int index, byte v, boolean copyNow) {
162 public synchronized void set_innerOne(int index, ScriptField_InnerOne.Item v, boolean copyNow) {
181 public synchronized byte get_z(int index) {
186 public synchronized ScriptField_InnerOne.Item get_innerOne(int index) {
191 public synchronized void copyAll() {
196 public synchronized void resize(int newSize) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBootCompleteCacheImpl.kt65 synchronized(listeners) {
84 synchronized(listeners) {
99 synchronized(listeners) {
110 synchronized(listeners) {
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A DScriptField_Divergent.java.expect134 public synchronized void set(Item i, int index, boolean copyNow) {
146 public synchronized Item get(int index) {
151 public synchronized void set_i(int index, int v, boolean copyNow) {
166 public synchronized void set_a(int index, Allocation v, boolean copyNow) {
181 public synchronized void set_j(int index, int v, boolean copyNow) {
196 public synchronized int get_i(int index) {
201 public synchronized Allocation get_a(int index) {
206 public synchronized int get_j(int index) {
211 public synchronized void copyAll() {
H A DScriptField_DivergentNest.java.expect139 public synchronized void set(Item i, int index, boolean copyNow) {
151 public synchronized Item get(int index) {
156 public synchronized void set_x(int index, int v, boolean copyNow) {
171 public synchronized void set_d(int index, ScriptField_Divergent.Item v, boolean copyNow) {
194 public synchronized void set_y(int index, int v, boolean copyNow) {
209 public synchronized int get_x(int index) {
214 public synchronized ScriptField_Divergent.Item get_d(int index) {
219 public synchronized int get_y(int index) {
224 public synchronized void copyAll() {
H A DScriptField_NonDivergent.java.expect121 public synchronized void set(Item i, int index, boolean copyNow) {
133 public synchronized Item get(int index) {
138 public synchronized void set_i(int index, int v, boolean copyNow) {
153 public synchronized void set_j(int index, int v, boolean copyNow) {
168 public synchronized int get_i(int index) {
173 public synchronized int get_j(int index) {
178 public synchronized void copyAll() {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/
H A DCustomIconCache.kt49 synchronized(cache) {
66 return synchronized(cache) {
72 synchronized(cache) {
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A DScriptField_Divergent.java.expect137 public synchronized void set(Item i, int index, boolean copyNow) {
149 public synchronized Item get(int index) {
154 public synchronized void set_i(int index, int v, boolean copyNow) {
169 public synchronized void set_a(int index, Allocation v, boolean copyNow) {
184 public synchronized void set_j(int index, int v, boolean copyNow) {
199 public synchronized int get_i(int index) {
204 public synchronized Allocation get_a(int index) {
209 public synchronized int get_j(int index) {
214 public synchronized void copyAll() {
219 public synchronized void resize(int newSize) {
H A DScriptField_NonDivergent.java.expect124 public synchronized void set(Item i, int index, boolean copyNow) {
136 public synchronized Item get(int index) {
141 public synchronized void set_i(int index, int v, boolean copyNow) {
156 public synchronized void set_j(int index, int v, boolean copyNow) {
171 public synchronized int get_i(int index) {
176 public synchronized int get_j(int index) {
181 public synchronized void copyAll() {
186 public synchronized void resize(int newSize) {
H A DScriptField_DivergentNest.java.expect142 public synchronized void set(Item i, int index, boolean copyNow) {
154 public synchronized Item get(int index) {
159 public synchronized void set_x(int index, int v, boolean copyNow) {
174 public synchronized void set_d(int index, ScriptField_Divergent.Item v, boolean copyNow) {
197 public synchronized void set_y(int index, int v, boolean copyNow) {
212 public synchronized int get_x(int index) {
217 public synchronized ScriptField_Divergent.Item get_d(int index) {
222 public synchronized int get_y(int index) {
227 public synchronized void copyAll() {
232 public synchronized void resize(int newSize) {
/aosp12/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptField_MyStruct.java.expect126 public synchronized void set(Item i, int index, boolean copyNow) {
138 public synchronized Item get(int index) {
143 public synchronized void set_f(int index, float v, boolean copyNow) {
158 public synchronized void set_d(int index, double v, boolean copyNow) {
173 public synchronized float get_f(int index) {
178 public synchronized double get_d(int index) {
183 public synchronized void copyAll() {
188 public synchronized void resize(int newSize) {
/aosp12/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptField_MyStruct.java.expect126 public synchronized void set(Item i, int index, boolean copyNow) {
138 public synchronized Item get(int index) {
143 public synchronized void set_f(int index, float v, boolean copyNow) {
158 public synchronized void set_d(int index, double v, boolean copyNow) {
173 public synchronized float get_f(int index) {
178 public synchronized double get_d(int index) {
183 public synchronized void copyAll() {
188 public synchronized void resize(int newSize) {
/aosp12/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptField_MyStruct.java.expect126 public synchronized void set(Item i, int index, boolean copyNow) {
138 public synchronized Item get(int index) {
143 public synchronized void set_f(int index, float v, boolean copyNow) {
158 public synchronized void set_d(int index, double v, boolean copyNow) {
173 public synchronized float get_f(int index) {
178 public synchronized double get_d(int index) {
183 public synchronized void copyAll() {
188 public synchronized void resize(int newSize) {
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DDataRepository.kt67 synchronized(lock) {
114 synchronized(lock) {
120 synchronized(lock) {
168 synchronized(lock) {
H A DRoleListenerMultiplexer.kt43 synchronized(lock) {
53 synchronized(lock) {
67 synchronized(lock) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/
H A DDemoModeController.kt100 synchronized(this) {
110 synchronized(this) {
131 synchronized(this) {
145 synchronized(this) {
185 synchronized(this) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoAddTracker.kt124 val tiles = synchronized(autoAdded) {
188 return synchronized(autoAdded) {
199 val tiles = synchronized(autoAdded) {
215 val tiles = synchronized(autoAdded) {
241 synchronized(autoAdded) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt104 synchronized(this) {
131 synchronized(lock) {
141 synchronized(lock) {
156 synchronized(lock) {
403 synchronized(lock) {
419 synchronized(lock) {
448 synchronized(lock) {
504 synchronized(lock) {
514 synchronized(lock) {
543 synchronized(lock) {
/aosp12/packages/providers/ContactsProvider/tests/assets/testSynced/
H A Dreadme.txt1 The contacts in this example were created on a device that was synchronized to the server.
2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DFakeDns.kt41 fun getAnswer(hostname: String, type: Int): DnsEntry? = synchronized(answers) {
45 fun setAnswer(hostname: String, answer: Array<String>, type: Int) = synchronized(answers) {
91 fun clearAll() = synchronized(answers) {
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
H A DCheckLifecycleRegistry.kt32 synchronized(observerLock) {
41 synchronized(observerLock) {
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
H A DBubblePersistentRepository.kt33 synchronized(bubbleFile) {
52 synchronized(bubbleFile) {

1234