Home
last modified time | relevance | path

Searched defs:dataType (Results 1 – 21 of 21) 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.java145 public boolean registerSinkAppConfiguration(String name, int dataType, in registerSinkAppConfiguration()
170 public boolean registerAppConfiguration(String name, int dataType, int role, in registerAppConfiguration()
/frameworks/rs/api/
DGenerateTestFiles.cpp29 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/
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.cpp144 DataType dataType; member
/frameworks/rs/driver/
DrsdShader.cpp312 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/
DDemoModeController.java280 private static final String getDataType(int dataType) { in getDataType()
/frameworks/rs/
DrsElement.h43 RsDataType dataType; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java484 int discContentDesc, int dataContentDesc, int dataType, boolean isWide, in MobileIconGroup()
/frameworks/base/core/java/android/content/
DIntentFilter.java368 public static IntentFilter create(String action, String dataType) { in create()
413 public IntentFilter(String action, String dataType) in IntentFilter()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1168 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/
Dandroid_renderscript_RenderScript.cpp1289 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/
DIBatteryStats.aidl93 void notePhoneDataConnectionState(int dataType, boolean hasData); in notePhoneDataConnectionState()
/frameworks/rs/driver/runtime/
Drs_structs.h211 rs_data_type dataType; member
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1431 uint32_t dataType; // unused in mediaBufferToABuffer() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java549 public void notePhoneDataConnectionState(int dataType, boolean hasData) { in notePhoneDataConnectionState()
/frameworks/base/include/androidfw/
DResourceTypes.h318 uint8_t dataType; member
/frameworks/base/core/java/android/os/
DBatteryStats.java1773 public abstract long getPhoneDataConnectionTime(int dataType, in getPhoneDataConnectionTime()
1782 public abstract int getPhoneDataConnectionCount(int dataType, int which); in getPhoneDataConnectionCount()
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp2355 uint32_t dataType; in parseQTMetaVal() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3443 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()