Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHealthAppConfiguration.java43 BluetoothHealthAppConfiguration(String name, int dataType) { in BluetoothHealthAppConfiguration()
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int in BluetoothHealthAppConfiguration()
DBluetoothHealth.java146 public boolean registerSinkAppConfiguration(String name, int dataType, in registerSinkAppConfiguration()
171 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/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java566 int discContentDesc, int dataContentDesc, int dataType, boolean isWide, in MobileIconGroup()
/frameworks/base/core/java/android/content/
DIntentFilter.java389 public static IntentFilter create(String action, String dataType) { in create()
434 public IntentFilter(String action, String dataType) in IntentFilter()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1173 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D()
1220 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D()
1259 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D()
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead()
1308 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D()
1340 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1400 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData1D()
1439 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, in nAllocationData2D()
1484 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, in nAllocationData3D()
1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, in nAllocationRead()
1542 jint count, jobject data, jint sizeBytes, jint dataType, in nAllocationRead1D()
1580 jint w, jint h, jobject data, jint sizeBytes, jint dataType, in nAllocationRead2D()
1597 jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, in nAllocationRead3D()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl99 void notePhoneDataConnectionState(int dataType, boolean hasData); in notePhoneDataConnectionState()
/frameworks/base/tools/aapt2/
DResourceValues.cpp297 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/libmediaplayerservice/nuplayer/
DGenericSource.cpp1331 uint32_t dataType; // unused in mediaBufferToABuffer() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java646 public void notePhoneDataConnectionState(int dataType, boolean hasData) { in notePhoneDataConnectionState()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h323 uint8_t dataType; member
/frameworks/base/core/java/android/os/
DBatteryStats.java2039 public abstract long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime()
2048 public abstract int getPhoneDataConnectionCount(int dataType, int which); in getPhoneDataConnectionCount()
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp2704 uint32_t dataType; in parseQTMetaVal() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4512 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { in notePhoneDataConnectionStateLocked()
5374 @Override public long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime()
5380 @Override public int getPhoneDataConnectionCount(int dataType, int which) { in getPhoneDataConnectionCount()
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp50 setUpBLASCall(RsBlasDataType dataType, RsBlasFunction func, in setUpBLASCall()