/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHealthAppConfiguration.java | 43 BluetoothHealthAppConfiguration(String name, int dataType) { in BluetoothHealthAppConfiguration() 59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int in BluetoothHealthAppConfiguration()
|
D | BluetoothHealth.java | 145 public boolean registerSinkAppConfiguration(String name, int dataType, in registerSinkAppConfiguration() 170 public boolean registerAppConfiguration(String name, int dataType, int role, in registerAppConfiguration()
|
/frameworks/rs/api/ |
D | GenerateTestFiles.cpp | 29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) { in convertToRsType() 295 string dataType; in writeJavaInputAllocationDefinition() local 326 const string& dataType, const string& seed, char vectorSize, in writeJavaRandomCompatibleFloatAllocation() 358 const string& dataType, const string& seed, char vectorSize, in writeJavaRandomCompatibleIntegerAllocation() 378 string dataType; in writeJavaOutputAllocationDefinition() local
|
/frameworks/base/core/java/android/app/backup/ |
D | RestoreDescription.java | 65 public RestoreDescription(String packageName, int dataType) { in RestoreDescription()
|
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 36 DataType dataType; member
|
D | slang_rs_export_type.cpp | 144 DataType dataType; member
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 312 RsDataType dataType = field->mHal.state.dataType; in logUniform() local 359 RsDataType dataType = field->mHal.state.dataType; in setUniform() local
|
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/ |
D | DemoModeController.java | 280 private static final String getDataType(int dataType) { in getDataType()
|
/frameworks/rs/ |
D | rsElement.h | 43 RsDataType dataType; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | MobileSignalController.java | 484 int discContentDesc, int dataContentDesc, int dataType, boolean isWide, in MobileIconGroup()
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 368 public static IntentFilter create(String action, String dataType) { in create() 413 public IntentFilter(String action, String dataType) in IntentFilter()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1168 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D() 1215 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D() 1254 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D() 1290 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() 1303 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D() 1335 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1289 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D() 1324 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D() 1369 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D() 1412 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead() 1427 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D() 1461 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D() 1478 jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, in nAllocationRead3D()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 93 void notePhoneDataConnectionState(int dataType, boolean hasData); in notePhoneDataConnectionState()
|
/frameworks/rs/driver/runtime/ |
D | rs_structs.h | 211 rs_data_type dataType; member
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 1431 uint32_t dataType; // unused in mediaBufferToABuffer() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 549 public void notePhoneDataConnectionState(int dataType, boolean hasData) { in notePhoneDataConnectionState()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 318 uint8_t dataType; member
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 1773 public abstract long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime() 1782 public abstract int getPhoneDataConnectionCount(int dataType, int which); in getPhoneDataConnectionCount()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 2355 uint32_t dataType; in parseQTMetaVal() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3443 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { in notePhoneDataConnectionStateLocked() 4193 @Override public long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime() 4199 @Override public int getPhoneDataConnectionCount(int dataType, int which) { in getPhoneDataConnectionCount()
|