Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/os/
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()
/frameworks/native/libs/binder/include_processinfo/processinfo/
DProcessInfoService.h56 /*out*/ int32_t* states) { in getProcessStatesFromPids()
72 /*out*/ int32_t* states, /*out*/ int32_t *scores) { in getProcessStatesScoresFromPids()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
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()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp56 CaptureOutputStates& states, in fixupMonochromeTags()
128 void insertResultLocked(CaptureOutputStates& states, CaptureResult *result, uint32_t frameNumber) { in insertResultLocked()
168 void sendPartialCaptureResult(CaptureOutputStates& states, in sendPartialCaptureResult()
215 CaptureOutputStates& states, in sendCaptureResult()
413 void removeInFlightMapEntryLocked(CaptureOutputStates& states, int idx) { in removeInFlightMapEntryLocked()
422 void removeInFlightRequestIfReadyLocked(CaptureOutputStates& states, int idx) { in removeInFlightRequestIfReadyLocked()
501 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result) { in processCaptureResult()
695 CaptureOutputStates& states, in processOneCaptureResultLocked()
965 void notifyShutter(CaptureOutputStates& states, const camera_shutter_msg_t &msg) { in notifyShutter()
1043 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError()
[all …]
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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DStatusBarStateEventTest.kt39 val states = listOf( in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
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()
/frameworks/native/libs/binder/
DProcessInfoService.cpp30 /*out*/ int32_t* states) { in getProcessStatesImpl()
61 /*in*/ int32_t* pids, /*out*/ int32_t* states, in getProcessStatesScoresImpl()
DIProcessInfoService.cpp32 /*out*/ int32_t* states) in getProcessStatesFromPids()
53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores) in getProcessStatesAndOomScoresFromPids()
/frameworks/base/core/java/android/hardware/lights/
DSystemLightsManager.java172 LightState[] states = new LightState[stateList.size()]; in requestLights() local
176 mService.setLightStates(getToken(), ids, states); in requestLights() local
DILightsManager.aidl32 void setLightStates(in IBinder sessionToken, in int[] lightIds, in LightState[] states); in setLightStates()
/frameworks/base/core/java/android/util/
DStateSet.java254 public static int[] trimStateSet(int[] states, int newSize) { in trimStateSet()
264 public static String dump(int[] states) { in dump()
/frameworks/base/core/tests/coretests/src/android/hardware/input/
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
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
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()
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()
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorStateDrawable.java40 protected boolean onStateChange(int[] states) { in onStateChange()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraStateHolder.java121 public boolean waitForStates(final int states) { in waitForStates()
/frameworks/base/core/java/android/text/method/
DKeyListener.java84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
/frameworks/base/core/java/android/app/
DActivityGroup.java55 Bundle states = savedInstanceState != null in onCreate() local
/frameworks/base/core/java/android/content/res/
DColorStateList.java174 public ColorStateList(int[][] states, @ColorInt int[] colors) { in ColorStateList()
671 final int[] states = stateSpecs[specIndex]; in hasState() local
700 final int[][] states = mStateSpecs; in onColorsChanged() local
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerShellCommand.java127 DeviceState[] states = mService.getSupportedStates(); in runPrintStates() local
/frameworks/base/services/core/java/com/android/server/apphibernation/
DHibernationStateDiskStore.java142 private void writeStateProto(List<T> states) { in writeStateProto()
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java185 final int[] states = extractStateSet(attrs); in inflateChildElements() local
216 int[] states = new int[numAttrs]; in extractStateSet() local
/frameworks/base/services/core/java/com/android/server/powerstats/
DStatsPullAtomCallbackImpl.java117 Map<Integer, String> states = new HashMap(); in initSubsystemSleepState() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothHealth.java308 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()

1234