/frameworks/base/core/java/android/os/ |
D | SystemProperties.java | 38 private static native String native_get(String key, String def); in native_get() 39 private static native int native_get_int(String key, int def); in native_get_int() 40 private static native long native_get_long(String key, long def); in native_get_long() 41 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() 42 private static native void native_set(String key, String def); in native_set() 62 public static String get(String key, String def) { in get() 77 public static int getInt(String key, int def) { in getInt() 92 public static long getLong(String key, long def) { in getLong() 112 public static boolean getBoolean(String key, boolean def) { in getBoolean()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 434 public boolean getBoolean(String property, boolean def) { in getBoolean() 454 public byte getByte(String property, byte def) { in getByte() 474 public short getShort(String property, short def) { in getShort() 494 public int getInt(String property, int def) { in getInt() 514 public long getLong(String property, long def) { in getLong() 534 public float getFloat(String property, float def) { in getFloat() 554 public double getDouble(String property, double def) { in getDouble() 574 public String getString(String property, String def) { in getString()
|
/frameworks/base/services/java/com/android/server/net/ |
D | NetworkStatsService.java | 200 public long getGlobalAlertBytes(long def); in getGlobalAlertBytes() 201 public long getDevPersistBytes(long def); in getDevPersistBytes() 202 public long getXtPersistBytes(long def); in getXtPersistBytes() 203 public long getUidPersistBytes(long def); in getUidPersistBytes() 204 public long getUidTagPersistBytes(long def); in getUidTagPersistBytes() 1219 private long getSecureLong(String name, long def) { in getSecureLong() 1222 private boolean getSecureBoolean(String name, boolean def) { in getSecureBoolean() 1236 public long getGlobalAlertBytes(long def) { in getGlobalAlertBytes() 1270 public long getDevPersistBytes(long def) { in getDevPersistBytes() 1274 public long getXtPersistBytes(long def) { in getXtPersistBytes() [all …]
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | ConfirmationActivity.java | 24 private String getTextExtra(String extra, String def) { in getTextExtra()
|
D | NotificationBuilderTest.java | 379 private int getRadioInt(int id, int def) { in getRadioInt()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 62 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local 358 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(0)->mDef; in updatePortDefinitions() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 100 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local 571 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(0)->mDef; in updatePortDefinitions() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 227 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local 445 OMX_PARAM_PORTDEFINITIONTYPE *def = in internalSetParameter() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
D | SoftAVC.cpp | 104 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local 538 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(0)->mDef; in updatePortDefinitions() local
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 54 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 414 OMX_PARAM_PORTDEFINITIONTYPE def; in allocateBuffersOnPort() local 491 OMX_PARAM_PORTDEFINITIONTYPE def; in allocateOutputBuffersFromNativeWindow() local 964 OMX_PARAM_PORTDEFINITIONTYPE def; in setMinBufferSize() local 1049 OMX_PARAM_PORTDEFINITIONTYPE def; in setupAACCodec() local 1175 OMX_AUDIO_PARAM_AMRTYPE def; in setupAMRCodec() local 1213 OMX_AUDIO_PARAM_FLACTYPE def; in setupFlacCodec() local 1239 OMX_PARAM_PORTDEFINITIONTYPE def; in setupRawAudioFormat() local 1447 OMX_PARAM_PORTDEFINITIONTYPE def; in setupVideoEncoder() local 1910 OMX_PARAM_PORTDEFINITIONTYPE def; in setVideoFormatOnPort() local 2009 OMX_PARAM_PORTDEFINITIONTYPE def; in sendFormatChange() local
|
D | OMXCodec.cpp | 611 OMX_PARAM_PORTDEFINITIONTYPE def; in setMinBufferSize() local 806 OMX_PARAM_PORTDEFINITIONTYPE def; in setVideoInputFormat() local 1229 OMX_PARAM_PORTDEFINITIONTYPE def; in setVideoOutputFormat() local 1502 OMX_PARAM_PORTDEFINITIONTYPE def; in allocateBuffersOnPort() local 1675 OMX_PARAM_PORTDEFINITIONTYPE def; in allocateOutputBuffersFromNativeWindow() local 3287 OMX_PARAM_PORTDEFINITIONTYPE def; in setRawAudioFormat() local 3370 OMX_AUDIO_PARAM_AMRTYPE def; in setAMRFormat() local 3432 OMX_PARAM_PORTDEFINITIONTYPE def; in setAACFormat() local 3518 OMX_PARAM_PORTDEFINITIONTYPE def; in setImageOutputFormat() local 3578 OMX_PARAM_PORTDEFINITIONTYPE def; in setJPEGInputFormat() local [all …]
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 68 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/base/core/java/android/content/ |
D | SyncStatusInfo.java | 53 public int getLastFailureMesgAsInt(int def) { in getLastFailureMesgAsInt()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 67 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 74 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 59 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
D | SoftAVCEncoder.cpp | 364 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local 554 OMX_PARAM_PORTDEFINITIONTYPE *def = in internalSetParameter() local
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC.cpp | 68 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
D | SoftAAC2.cpp | 63 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 78 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 104 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 77 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder.cpp | 81 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|
D | SoftAACEncoder2.cpp | 67 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
|