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

  /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),
  /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...]
SapRilReceiver.java 79 sapMessage.setResultCode(SapMessage.INVALID_VALUE);
88 sapMessage.setResultCode(SapMessage.INVALID_VALUE);
SapServer.java 98 private int mTestMode = SapMessage.INVALID_VALUE; // used to set the RIL in test mode
674 if (mTestMode != SapMessage.INVALID_VALUE) {
679 mTestMode = SapMessage.INVALID_VALUE;
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
global_state_unittest.py 116 self.assertEqual(self.state.INVALID_VALUE, self.state['comp1'])
117 self.assertEqual(self.state.INVALID_VALUE, self.state['comp2'])
118 self.assertEqual(self.state.INVALID_VALUE, self.state['comp3'])
global_state.py 44 self.INVALID_VALUE = 'INVALID_VALUE'
136 self._values[component_name] = self.INVALID_VALUE
139 if self.INVALID_VALUE in allowed_values:
141 self.INVALID_VALUE)
215 # An INVALID_VALUE means that no operator is selected.
  /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/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...]
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_operator_machine.py 114 if operator_index == self._state.INVALID_VALUE:
  /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...]
BluetoothMapbMessageMime.java 35 public long mId = INVALID_VALUE; /* The _id from the content provider, can be used to
147 private long mDate = INVALID_VALUE;
411 if (mDate != 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...]
  /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;
  /external/mesa3d/docs/specs/
MESA_ycbcr_texture.spec 182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/pcre/dist2/src/
pcre2test.c     [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 140 OSTREAM_CUDA_ERROR(INVALID_VALUE)
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/lab/
TelLabNeighborCellTest.py 151 INVALID_VALUE = 0x7fffffff
356 if input_cell_info[key] != self.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 

Completed in 1212 milliseconds