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

  /frameworks/av/include/drm/
drm_framework_common.h 26 #define INVALID_VALUE -1
313 decryptId(INVALID_VALUE),
315 decryptApiType(INVALID_VALUE),
316 status(INVALID_VALUE),
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
SoundTriggerHelper.java 62 private static final int INVALID_VALUE = Integer.MIN_VALUE;
78 private int mKeyphraseId = INVALID_VALUE;
79 private int mCurrentSoundModelHandle = INVALID_VALUE;
170 if (mCurrentSoundModelHandle != INVALID_VALUE
195 if (mCurrentSoundModelHandle == INVALID_VALUE
197 int[] handle = new int[] { INVALID_VALUE };
203 if (handle[0] == INVALID_VALUE) {
290 if (mCurrentSoundModelHandle == INVALID_VALUE) {
455 || mCurrentSoundModelHandle == INVALID_VALUE || mActiveListener == null) {
523 mKeyphraseId = INVALID_VALUE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 50 private static int INVALID_VALUE = -1;
76 private int mUserDataSeptetPadding = INVALID_VALUE;
81 this.mEncoding = INVALID_VALUE;
83 this.mLanguageTable = INVALID_VALUE;
84 this.mLanguageShiftTable = INVALID_VALUE;
    [all...]
BluetoothMapbMessage.java 41 public static int INVALID_VALUE = -1;
52 private long mPartId = INVALID_VALUE;
57 private int mBMsgLength = INVALID_VALUE;
635 if(mBMsgLength == INVALID_VALUE)
    [all...]
BluetoothMapbMessageMms.java 35 public long mId = INVALID_VALUE; /* The _id from the content provider, can be used to sort the parts if needed */
124 private long date = INVALID_VALUE;
347 if (date != INVALID_VALUE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
samplerobj.c 321 #define INVALID_VALUE 0x102
557 return INVALID_VALUE;
577 return INVALID_VALUE;
595 return INVALID_VALUE;
677 case INVALID_VALUE:
764 case INVALID_VALUE:
856 case INVALID_VALUE:
943 case INVALID_VALUE:
1028 case INVALID_VALUE:
1114 case INVALID_VALUE
    [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.c 321 #define INVALID_VALUE 0x102
557 return INVALID_VALUE;
577 return INVALID_VALUE;
595 return INVALID_VALUE;
677 case INVALID_VALUE:
764 case INVALID_VALUE:
856 case INVALID_VALUE:
943 case INVALID_VALUE:
1028 case INVALID_VALUE:
1114 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/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 165 const GLenum INVALID_VALUE = 0x0501;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 786 milliseconds