Home
last modified time | relevance | path

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

12345

/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3OfflineSession.cpp96 HidlCaptureOutputStates states { in processCaptureResult_3_4() local
138 HidlCaptureOutputStates states { in processCaptureResult() local
175 HidlCaptureOutputStates states { in notify() local
208 RequestBufferStates states { in requestStreamBuffers() local
225 ReturnBufferStates states { in returnStreamBuffers() local
DHidlCamera3OutputUtils.cpp54 HidlCaptureOutputStates& states, in processOneCaptureResultLocked()
65 void notify(CaptureOutputStates& states, in notify()
235 void requestStreamBuffers(RequestBufferStates& states, in requestStreamBuffers()
256 void returnStreamBuffers(ReturnBufferStates& states, in returnStreamBuffers()
/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/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3OfflineSession.cpp115 AidlCaptureOutputStates states { in processCaptureResult() local
162 AidlCaptureOutputStates states { in notify() local
209 RequestBufferStates states { in requestStreamBuffers() local
242 ReturnBufferStates states { in returnStreamBuffers() local
DAidlCamera3OutputUtils.cpp57 AidlCaptureOutputStates& states, in processOneCaptureResultLocked()
69 void notify(CaptureOutputStates& states, in notify()
129 void requestStreamBuffers(RequestBufferStates& states, in requestStreamBuffers()
338 void returnStreamBuffers(ReturnBufferStates& states, in returnStreamBuffers()
/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.cpp59 CaptureOutputStates& states, in fixupMonochromeTags()
131 void insertResultLocked(CaptureOutputStates& states, CaptureResult *result, uint32_t frameNumber) { in insertResultLocked()
171 void sendPartialCaptureResult(CaptureOutputStates& states, in sendPartialCaptureResult()
218 CaptureOutputStates& states, in sendCaptureResult()
379 void removeInFlightMapEntryLocked(CaptureOutputStates& states, int idx) { in removeInFlightMapEntryLocked()
388 void removeInFlightRequestIfReadyLocked(CaptureOutputStates& states, int idx) { in removeInFlightRequestIfReadyLocked()
467 void processCaptureResult(CaptureOutputStates& states, const camera_capture_result *result) { in processCaptureResult()
835 void notifyShutter(CaptureOutputStates& states, const camera_shutter_msg_t &msg) { in notifyShutter()
926 void notifyError(CaptureOutputStates& states, const camera_error_msg_t &msg) { in notifyError()
1034 void notify(CaptureOutputStates& states, const camera_notify_msg *msg) { in notify()
[all …]
DCamera3OutputUtilsTemplated.h149 StatesType& states, in processOneCaptureResultLockedT()
295 void returnStreamBuffersT(ReturnBufferStates& states, in returnStreamBuffersT()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DStatusBarStateEventTest.kt38 val states = listOf( in <lambda>() constant
/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/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeStatusBarIconController.java73 public void setMobileIcons(String slot, List<MobileIconState> states) { in setMobileIcons()
81 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons()
85 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()
/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/services/tests/servicestests/src/com/android/server/power/stats/
DBatteryStatsManagerTest.java48 final int[] states = in testBatteryUsageStatsDataConsistency() local
/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/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/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/base/core/java/com/android/internal/inputmethod/
DIRemoteAccessibilityInputConnectionInvoker.java225 public void clearMetaKeyStates(int states) { in clearMetaKeyStates()
227 mConnection.clearMetaKeyStates(createHeader(), states); in clearMetaKeyStates() local
/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/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecorLinearLayout.java68 final int[] states = super.onCreateDrawableState(extraSpace + 1); in onCreateDrawableState() local

12345