HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_VALUE (Results 1 - 10 of 10) 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/core/prod-tests/src/com/android/media/tests/
CameraStartupTest.java 54 private static final String INVALID_VALUE = "-1";
172 String valueString = INVALID_VALUE;
224 String coldStartupValue = INVALID_VALUE;
225 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 150 INVALID_VALUE = 0x7fffffff
355 if input_cell_info[key] != self.INVALID_VALUE:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 45 private static int INVALID_VALUE = -1;
71 private int mUserDataSeptetPadding = INVALID_VALUE;
76 this.mEncoding = INVALID_VALUE;
78 this.mLanguageTable = INVALID_VALUE;
79 this.mLanguageShiftTable = INVALID_VALUE;
BluetoothMapbMessage.java 41 public static int INVALID_VALUE = -1;
52 private long mPartId = INVALID_VALUE;
57 private int mBMsgLength = INVALID_VALUE;
739 if(mBMsgLength == INVALID_VALUE)
    [all...]
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerHelper.java 76 private static final int INVALID_VALUE = Integer.MIN_VALUE;
156 INVALID_VALUE /* keyphraseId */);
232 * @param keyphraseId Keyphrase ID for keyphrase models only. Pass in INVALID_VALUE for other
308 int[] handle = new int[] { INVALID_VALUE };
314 if (handle[0] == INVALID_VALUE) {
499 if (mModule == null || modelData == null || modelData.getHandle() == INVALID_VALUE ||
741 return INVALID_VALUE;
747 return INVALID_VALUE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 153 public static final int INVALID_VALUE = -1;
167 private int mMsgType = INVALID_VALUE; // The SAP message ID
169 private int mMaxMsgSize = INVALID_VALUE;
170 private int mConnectionStatus = INVALID_VALUE;
171 private int mResultCode = INVALID_VALUE;
172 private int mDisconnectionType = INVALID_VALUE;
173 private int mCardReaderStatus = INVALID_VALUE;
174 private int mStatusChange = INVALID_VALUE;
175 private int mTransportProtocol = INVALID_VALUE;
176 private int mTestMode = INVALID_VALUE;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 1032 milliseconds