Searched defs:states (Results 1 - 25 of 47) sorted by relevance

12

/frameworks/native/include/binder/
H A DProcessInfoService.h37 status_t getProcessStatesImpl(size_t length, /*in*/ int32_t* pids, /*out*/ int32_t* states);
46 * for that process into the "states" output array, or
53 /*out*/ int32_t* states) {
55 /*out*/ states);
52 getProcessStatesFromPids(size_t length, int32_t* pids, int32_t* states) argument
/frameworks/native/libs/binder/
H A DProcessInfoService.cpp30 /*out*/ int32_t* states) {
40 err = pis->getProcessStatesFromPids(length, /*in*/ pids, /*out*/ states);
54 ALOGW("%s: Could not retrieve process states from ProcessInfoService after %d retries.",
29 getProcessStatesImpl(size_t length, int32_t* pids, int32_t* states) argument
H A DIProcessInfoService.cpp32 /*out*/ int32_t* states)
46 if (replyLen > 0 && (err = reply.read(states, length * sizeof(*states))) != NO_ERROR) {
53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores)
72 states, length * sizeof(*states))) != NO_ERROR) {
31 getProcessStatesFromPids(size_t length, int32_t* pids, int32_t* states) argument
52 getProcessStatesAndOomScoresFromPids(size_t length, int32_t* pids, int32_t* states, int32_t* scores) argument
/frameworks/base/core/java/android/text/method/
H A DKeyListener.java82 * Remove the given shift states from the edited text.
84 public void clearMetaKeyState(View view, Editable content, int states); argument
H A DTextKeyListener.java231 public void clearMetaKeyState(View view, Editable content, int states) { argument
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorStateDrawable.java40 protected boolean onStateChange(int[] states) { argument
42 for (int state : states) {
55 return super.onStateChange(states);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java149 * states.
151 * <p> If none of the devices match any of the given states,
162 * @param states Array of states. States can be one of
169 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { argument
182 devices = iGatt.getDevicesMatchingConnectionStates(states);
H A DBluetoothPbapClient.java239 * Get the list of devices matching specified states. Currently at most one.
244 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
250 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothProfile.java180 * states.
182 * <p> If none of the devices match any of the given states,
187 * @param states Array of states. States can be one of
193 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); argument
H A DBluetoothSap.java302 * Get the list of devices matching specified states. Currently at most one.
307 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
311 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dp.java306 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
310 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dpSink.java315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
319 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothAvrcpController.java238 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
242 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothGattServer.java726 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
H A DBluetoothMap.java278 * Get the list of devices matching specified states. Currently at most one.
282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
286 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothPan.java311 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
315 return mPanService.getDevicesMatchingConnectionStates(states);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java117 * @param states Expected states.
121 public boolean waitForStates(final int states) { argument
122 Log.v(TAG, "waitForStates - states = " + Integer.toBinaryString(states));
126 return (states | getState()) == states;
135 * @param states States to avoid.
139 public boolean waitToAvoidStates(final int states) { argument
140 Log.v(TAG, "waitToAvoidStates - states
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateWaiter.java34 * requested type arrives. Unobserved states are states that have occurred since
60 * <p>All {@code state}/{@code states} arguments used in other methods must be
63 * @param stateNames an array of string names, used to mark the range of the valid states
104 * Wait until the one of the desired {@code states} is observed, checking all
107 * <p>Any intermediate state transitions that are not in {@code states} are ignored.</p>
111 * @param states Set of desired states to observe a transition to.
117 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
120 public int waitForAnyOfStates(Collection<Integer> states, fina argument
180 appendStateNames(StringBuilder s, Collection<Integer> states) argument
212 checkStateCollectionInRange(Collection<Integer> states) argument
[all...]
/frameworks/base/core/java/android/util/
H A DStateSet.java25 * one or more of those states.
128 * A state set that does not contain any valid states.
145 * prohibited (if negative) {@link android.view.View} states.
146 * @param stateSet an array of {@link android.view.View} states
164 // We use negative values to indicate must-NOT-match states.
172 // We've reached the end of states to match.
177 // Continue checking other must-not-match states.
184 // Continue checking other other must-match states.
193 // We've reached the end of states to match and we didn't
205 * prohibited (if negative) {@link android.view.View} states
231 trimStateSet(int[] states, int newSize) argument
241 dump(int[] states) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java99 public boolean clearMetaKeyStates(int states) { argument
105 kl.clearMetaKeyState(mTextView, content, states);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java35 * requested type arrives. Unobserved states are states that have occurred since
98 * Total number of reachable states
160 * Wait until the one of the desired states is observed, checking all
165 * @param states Set of desired states to observe a transition to.
169 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { argument
181 appendStates(s, states);
194 if (states
229 appendStates(StringBuilder s, Collection<Integer> states) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java67 * states that a view must either be in or not be in and the color specifies the color associated
78 * states may be set or unset:
91 * file. An item with no state spec is considered to match any set of states and is generally
151 * states to colors.
153 public ColorStateList(int[][] states, @ColorInt int[] colors) { argument
154 mStateSpecs = states;
280 * Creates a new ColorStateList that has the same states and colors as this
536 * {@link android.view.View} states.
538 * @param stateSet an array of {@link android.view.View} states
543 * @return the color associated with that set of states i
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java735 * Clear the given meta key pressed states in the given input
738 * <p>This can be used by the IME to clear the meta key states set
742 * @param states The states to be cleared, may be one or more bits as
747 public boolean clearMetaKeyStates(int states); argument
H A DInputConnectionWrapper.java229 public boolean clearMetaKeyStates(int states) { argument
230 return mTarget.clearMetaKeyStates(states);
/frameworks/base/libs/hwui/
H A DBakedOpState.h44 const BakedOpState*const* states; member in struct:android::uirenderer::MergedBakedOpList

Completed in 4249 milliseconds

12