Home
last modified time | relevance | path

Searched defs:dataType (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java42 BluetoothHealthAppConfiguration(String name, int dataType) { in BluetoothHealthAppConfiguration()
57 BluetoothHealthAppConfiguration(String name, int dataType, int role, int in BluetoothHealthAppConfiguration()
DBluetoothHealth.java145 public boolean registerSinkAppConfiguration(String name, int dataType, in registerSinkAppConfiguration()
169 public boolean registerAppConfiguration(String name, int dataType, int role, in registerAppConfiguration()
/frameworks/rs/script_api/
DGenerateTestFiles.cpp29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) { in convertToRsType()
318 string dataType; in writeJavaInputAllocationDefinition() local
349 const string& dataType, const string& seed, char vectorSize, in writeJavaRandomCompatibleFloatAllocation()
381 const string& dataType, const string& seed, char vectorSize, in writeJavaRandomCompatibleIntegerAllocation()
401 string dataType; in writeJavaOutputAllocationDefinition() local
/frameworks/base/core/java/android/app/backup/
DRestoreDescription.java65 public RestoreDescription(String packageName, int dataType) { in RestoreDescription()
/frameworks/compile/slang/
Dslang_rs_export_element.cpp36 DataType dataType; member
Dslang_rs_export_type.cpp156 DataType dataType; member
/frameworks/rs/driver/
DrsdShader.cpp316 RsDataType dataType = field->mHal.state.dataType; in logUniform() local
363 RsDataType dataType = field->mHal.state.dataType; in setUniform() local
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DDemoModeController.java280 private static final String getDataType(int dataType) { in getDataType()
/frameworks/rs/
DrsElement.h45 RsDataType dataType; member
/frameworks/av/media/ndk/
DNdkMediaExtractor.cpp459 uint32_t dataType; // unused in AMediaExtractor_getSampleFormat() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java584 int discContentDesc, int dataContentDesc, int dataType, boolean isWide) { in MobileIconGroup()
/frameworks/base/core/java/android/content/
DIntentFilter.java390 public static IntentFilter create(String action, String dataType) { in create()
435 public IntentFilter(String action, String dataType) in IntentFilter()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1175 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D()
1222 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D()
1261 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D()
1297 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead()
1310 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D()
1342 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1392 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D()
1431 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D()
1476 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D()
1519 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead()
1534 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D()
1572 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D()
1589 jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, in nAllocationRead3D()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl106 void notePhoneDataConnectionState(int dataType, boolean hasData); in notePhoneDataConnectionState()
/frameworks/base/tools/aapt2/
DResourceValues.cpp389 BinaryPrimitive::BinaryPrimitive(uint8_t dataType, uint32_t data) { in BinaryPrimitive()
/frameworks/rs/driver/runtime/
Drs_structs.h211 rs_data_type dataType; member
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp1208 uint32_t dataType; // unused in mediaBufferToABuffer() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1243 uint32_t dataType; // unused in mediaBufferToABuffer() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java705 public void notePhoneDataConnectionState(int dataType, boolean hasData) { in notePhoneDataConnectionState()
/frameworks/base/core/java/android/os/
DBatteryStats.java2295 public abstract long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime()
2304 public abstract int getPhoneDataConnectionCount(int dataType, int which); in getPhoneDataConnectionCount()
2309 public abstract Timer getPhoneDataConnectionTimer(int dataType); in getPhoneDataConnectionTimer()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h326 uint8_t dataType; member
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp2801 uint32_t dataType; in parseQTMetaVal() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5421 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { in notePhoneDataConnectionStateLocked()
6444 @Override public long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime()
6450 @Override public int getPhoneDataConnectionCount(int dataType, int which) { in getPhoneDataConnectionCount()
6454 @Override public Timer getPhoneDataConnectionTimer(int dataType) { in getPhoneDataConnectionTimer()
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp50 setUpBLASCall(RsBlasDataType dataType, RsBlasFunction func, in setUpBLASCall()