Searched refs:valid (Results 26 - 39 of 39) sorted by relevance

12

/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java231 // if the valid flag is not set, don't load the address and name
947 boolean valid = false;
950 valid = (callingUser == foregroundUser);
952 Log.d(TAG, "checkIfCallerIsForegroundUser: valid=" + valid
959 return valid;
H A DTelephonyRegistry.java783 boolean valid = false;
786 valid = r.callerUid == foregroundUser && (r.events & events) != 0;
788 Slog.d(TAG, "validateEventsAndUserLocked: valid=" + valid
795 return valid;
/frameworks/base/core/java/android/view/
H A DTextureView.java326 boolean destroyLayer(boolean valid) { argument
517 * @return A valid {@link Bitmap.Config#ARGB_8888} bitmap, or null if the surface
544 * @return A valid {@link Bitmap.Config#ARGB_8888} bitmap, or null if the surface
613 * true, {@link #getSurfaceTexture()} returns a valid surface texture.
H A DView.java2653 * is only valid after a call to updateMatrix() or to a function that
12395 // The layer is not valid if the underlying GPU resources cannot be allocated
12419 boolean destroyLayer(boolean valid) { argument
12424 (valid || info.mHardwareRenderer.validate())) {
14941 * valid for the lifetime of this View. If the caller of this method keeps
15312 * @throws IllegalArgumentException If they specified key is not valid
15544 * {@link #onMeasure(int, int)} is a valid use.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java172 * intended to avoid confusion between valid values whose sign may not be known.
1343 // its just to stop default (row/col > 0) constraints obliterating valid entries
1479 if (!entry.valid) {
1527 if (!arc.valid) {
1595 arc.valid = false;
2041 public boolean valid = true; field in class:GridLayout.Arc
2050 return span + " " + (!valid ? "+>" : "->") + " " + value;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java171 * intended to avoid confusion between valid values whose sign may not be known.
1265 // its just to stop default (row/col > 0) constraints obliterating valid entries
1400 if (!entry.valid) {
1448 if (!arc.valid) {
1530 arc.valid = false;
1974 public boolean valid = true; field in class:GridLayout.Arc
1983 return span + " " + (!valid ? "+>" : "->") + " " + value;
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java334 if (defaultViewport.valid) {
338 if (externalTouchViewport.valid) {
340 } else if (defaultViewport.valid) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s27 ; * to by *ppBitStream. *pBitOffset is valid within
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s27 ; * to by *ppBitStream. *pBitOffset is valid within
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java2750 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
2755 return valid;
2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
2767 return valid;
3903 public ByteBuffer mTempByteBuffer; // Only valid during glDrawXXX calls
/frameworks/base/services/input/
H A DInputReader.h560 return info.valid;
H A DEventHub.cpp298 outAxisInfo->valid = true;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2412 // Though the fast mixer thread has exited, it's state queue is still valid.
2460 bool valid = mCpuUsage.sampleAndEnable(wcNs); local
2463 if (valid) {
2478 valid = false;
2482 if (valid && mCpukHz > 0) {
8283 // the first valid handle in the list has control over the module
9223 // by convention, return first effect if id provided is 0 (0 is never a valid id)
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp372 info.valid = true;
1041 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1045 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1068 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1072 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1095 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1099 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1126 << "Should return false when device id is valid but the sources are not supported by the device.";
1131 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1979 // Initially there may not be a valid motio
[all...]

Completed in 1780 milliseconds

12