Home
last modified time | relevance | path

Searched defs:states (Results 1 – 25 of 175) sorted by relevance

1234567

/aosp12/frameworks/base/core/java/android/os/
H A DIProcessInfoService.aidl27 void getProcessStatesFromPids(in int[] pids, out int[] states); in getProcessStatesFromPids()
34 void getProcessStatesAndOomScoresFromPids(in int[] pids, out int[] states, out int[] scores); in getProcessStatesAndOomScoresFromPids()
/aosp12/frameworks/native/libs/binder/include_processinfo/processinfo/
H A DProcessInfoService.h56 /*out*/ int32_t* states) { in getProcessStatesFromPids()
72 /*out*/ int32_t* states, /*out*/ int32_t *scores) { in getProcessStatesScoresFromPids()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.cpp59 CaptureOutputStates& states, in fixupMonochromeTags()
171 void sendPartialCaptureResult(CaptureOutputStates& states, in sendPartialCaptureResult()
218 CaptureOutputStates& states, in sendCaptureResult()
416 void removeInFlightMapEntryLocked(CaptureOutputStates& states, int idx) { in removeInFlightMapEntryLocked()
425 void removeInFlightRequestIfReadyLocked(CaptureOutputStates& states, int idx) { in removeInFlightRequestIfReadyLocked()
723 CaptureOutputStates& states, in processOneCaptureResultLocked()
1179 void notify(CaptureOutputStates& states, const camera_notify_msg *msg) { in notify()
1195 void notify(CaptureOutputStates& states, in notify()
1242 void requestStreamBuffers(RequestBufferStates& states, in requestStreamBuffers()
1434 void returnStreamBuffers(ReturnBufferStates& states, in returnStreamBuffers()
[all …]
H A DCamera3OfflineSession.cpp177 FlushInflightReqStates states { in disconnectImpl() local
251 CaptureOutputStates states { in processCaptureResult_3_4() local
291 CaptureOutputStates states { in processCaptureResult() local
326 CaptureOutputStates states { in notify() local
358 RequestBufferStates states { in requestStreamBuffers() local
375 ReturnBufferStates states { in returnStreamBuffers() local
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateWaiter.java120 public int waitForAnyOfStates(Collection<Integer> states, final long timeoutMs) { in waitForAnyOfStates()
180 public void appendStateNames(StringBuilder s, Collection<Integer> states) { in appendStateNames()
212 private Collection<Integer> checkStateCollectionInRange(Collection<Integer> states) { in checkStateCollectionInRange()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeStatusBarIconController.java65 public void setMobileIcons(String slot, List<MobileIconState> states) { in setMobileIcons()
69 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons()
73 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()
/aosp12/frameworks/native/libs/binder/
H A DProcessInfoService.cpp30 /*out*/ int32_t* states) { in getProcessStatesImpl()
61 /*in*/ int32_t* pids, /*out*/ int32_t* states, in getProcessStatesScoresImpl()
H A DIProcessInfoService.cpp32 /*out*/ int32_t* states) in getProcessStatesFromPids()
53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores) in getProcessStatesAndOomScoresFromPids()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStateAdapter.java84 public boolean same(Vector<State> states) { in same()
98 public void fill(Vector<State> states) { in fill()
/aosp12/frameworks/base/core/java/android/hardware/lights/
H A DSystemLightsManager.java172 LightState[] states = new LightState[stateList.size()]; in requestLights() local
176 mService.setLightStates(getToken(), ids, states); in requestLights() local
H A DILightsManager.aidl32 void setLightStates(in IBinder sessionToken, in int[] lightIds, in LightState[] states); in setLightStates()
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java121 public boolean waitForStates(final int states) { in waitForStates()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DSwitchCompatUtils.java68 final int[][] states = new int[3][]; in getSwitchThumbColorStateList() local
88 final int[][] states = new int[3][]; in getSwitchTrackColorStateList() local
/aosp12/frameworks/base/core/java/android/util/
H A DStateSet.java254 public static int[] trimStateSet(int[] states, int newSize) { in trimStateSet()
264 public static String dump(int[] states) { in dump()
/aosp12/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A DInputDeviceLightsManagerTest.java167 LightState[] states = new LightState[]{new LightState(0xf1), new LightState(0xf2), in testControlMultipleLights() local
217 LightState[] states = new LightState[]{new LightState(0xf1, PLAYER_ID)}; in testControlPlayerIdLight() local
/aosp12/system/netd/server/
H A DSockDiag.cpp110 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states, in sendDumpRequest()
143 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) { in sendDumpRequest()
215 uint32_t states = ~(1 << TCP_TIME_WAIT); in sendDumpRequest() local
354 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroyLiveSockets() local
373 const uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in getLiveTcpInfos() local
407 uint32_t states = (1 << TCP_ESTABLISHED) | (1 << TCP_SYN_SENT) | (1 << TCP_SYN_RECV); in destroySockets() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarStateEventTest.kt39 val states = listOf( regex
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates()
229 public static void appendStates(StringBuilder s, Collection<Integer> states) { in appendStates()
H A DBlockingOfflineSessionCallback.java189 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates()
246 public static void appendStates(StringBuilder s, Collection<Integer> states) { in appendStates()
/aosp12/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorStateDrawable.java40 protected boolean onStateChange(int[] states) { in onStateChange()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchWidgetProvider.java78 SearchWidgetState[] states = new SearchWidgetState[appWidgetIds.length]; in getSearchWidgetStates() local
91 SearchWidgetState[] states = getSearchWidgetStates(context); in updateSearchWidgets() local
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
H A DITetheringEventCallback.aidl36 void onTetherStatesChanged(in TetherStatesParcel states); in onTetherStatesChanged()
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothPbap.aidl31 …List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states, in AttributionSource att… in getDevicesMatchingConnectionStates()
/aosp12/hardware/interfaces/power/stats/aidl/default/
H A DFakeStateResidencyDataProvider.h31 FakeStateResidencyDataProvider(const std::string& name, std::vector<State> states) in FakeStateResidencyDataProvider()
/aosp12/frameworks/base/core/java/android/text/method/
H A DKeyListener.java84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()

1234567