HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_VALUE (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/main/
samplerobj.c 485 #define INVALID_VALUE 0x102
744 return INVALID_VALUE;
765 return INVALID_VALUE;
793 return INVALID_VALUE;
881 case INVALID_VALUE:
972 case INVALID_VALUE:
1069 case INVALID_VALUE:
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 31 #define INVALID_VALUE (-1)
227 int retCode = INVALID_VALUE;
329 ssize_t retCode = INVALID_VALUE;
  /tools/tradefederation/contrib/src/com/android/media/tests/
CameraStartupTest.java 55 private static final String INVALID_VALUE = "-1";
174 String valueString = INVALID_VALUE;
226 String coldStartupValue = INVALID_VALUE;
227 String warmStartupValue = INVALID_VALUE;
  /frameworks/av/include/drm/
drm_framework_common.h 26 #define INVALID_VALUE (-1)
309 decryptId(INVALID_VALUE),
311 decryptApiType(INVALID_VALUE),
312 status(INVALID_VALUE),
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabNeighborCellTest.py 151 INVALID_VALUE = 0x7fffffff
356 if input_cell_info[key] != self.INVALID_VALUE:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 44 private static final int INVALID_VALUE = -1;
74 private int mUserDataSeptetPadding = INVALID_VALUE;
79 this.mEncoding = INVALID_VALUE;
81 this.mLanguageTable = INVALID_VALUE;
82 this.mLanguageShiftTable = INVALID_VALUE;
    [all...]
BluetoothMapbMessage.java 41 public static final int INVALID_VALUE = -1;
52 private long mPartId = INVALID_VALUE;
57 private int mBMsgLength = INVALID_VALUE;
763 if (mBMsgLength == INVALID_VALUE) {
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerHelper.java 77 private static final int INVALID_VALUE = Integer.MIN_VALUE;
157 INVALID_VALUE /* keyphraseId */);
233 * @param keyphraseId Keyphrase ID for keyphrase models only. Pass in INVALID_VALUE for other
309 int[] handle = new int[] { INVALID_VALUE };
315 if (handle[0] == INVALID_VALUE) {
500 if (mModule == null || modelData == null || modelData.getHandle() == INVALID_VALUE ||
742 return INVALID_VALUE;
748 return INVALID_VALUE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 164 public static final int INVALID_VALUE = -1;
178 private int mMsgType = INVALID_VALUE; // The SAP message ID
180 private int mMaxMsgSize = INVALID_VALUE;
181 private int mConnectionStatus = INVALID_VALUE;
182 private int mResultCode = INVALID_VALUE;
183 private int mDisconnectionType = INVALID_VALUE;
184 private int mCardReaderStatus = INVALID_VALUE;
185 private int mStatusChange = INVALID_VALUE;
186 private int mTransportProtocol = INVALID_VALUE;
187 private int mTestMode = INVALID_VALUE;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 454 milliseconds