Searched defs:dataType (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DRestoreDescription.java65 public RestoreDescription(String packageName, int dataType) { argument
67 mDataType = dataType;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java40 * @param dataType Data Type of the remote Bluetooth Health device
43 BluetoothHealthAppConfiguration(String name, int dataType) { argument
45 mDataType = dataType;
54 * @param dataType Data Type of the remote Bluetooth Health device
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int argument
62 mDataType = dataType;
104 * @return dataType
H A DBluetoothHealth.java139 * @param dataType The dataType of the Source role of Health Profile to which
145 public boolean registerSinkAppConfiguration(String name, int dataType, argument
149 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
150 return registerAppConfiguration(name, dataType, SINK_ROLE,
162 * @param dataType The dataType of the Source role of Health Profile.
170 public boolean registerAppConfiguration(String name, int dataType, int role, argument
175 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
178 new BluetoothHealthAppConfiguration(name, dataType, rol
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp36 DataType dataType; member in struct:slang::DataElementInfo
60 EI->type = DataElementInfoTable[i].dataType;
H A Dslang_rs_export_type.cpp156 DataType dataType; member in struct:slang::__anon1252::NameAndPrimitiveType
995 MatrixAndObjectDataTypes[i].dataType;
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java280 private static final String getDataType(int dataType) { argument
281 if (dataType == 1) return "1x";
282 if (dataType == 2) return "3g";
283 if (dataType == 3) return "4g";
284 if (dataType == 4) return "e";
285 if (dataType == 5) return "g";
286 if (dataType == 6) return "h";
287 if (dataType == 7) return "lte";
288 if (dataType == 8) return "roam";
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp50 outValue->dataType = android::Res_value::TYPE_STRING;
70 outValue->dataType = (referenceType == Reference::Type::kResource) ?
101 out->dataType = android::Res_value::TYPE_INT_BOOLEAN;
131 outValue->dataType = android::Res_value::TYPE_STRING;
163 outValue->dataType = android::Res_value::TYPE_STRING;
187 outValue->dataType = android::Res_value::TYPE_STRING;
207 BinaryPrimitive::BinaryPrimitive(uint8_t dataType, uint32_t data) { argument
208 value.dataType = dataType;
213 outValue->dataType
[all...]
/frameworks/rs/
H A DrsElement.h43 RsDataType dataType; member in struct:android::renderscript::Element::Hal::State
/frameworks/rs/driver/
H A DrsdShader.cpp283 if (f->mHal.state.dataType == RS_TYPE_MATRIX_4X4) {
285 } else if (f->mHal.state.dataType == RS_TYPE_MATRIX_3X3) {
287 } else if (f->mHal.state.dataType == RS_TYPE_MATRIX_2X2) {
312 RsDataType dataType = field->mHal.state.dataType; local
318 if (dataType == RS_TYPE_MATRIX_4X4) {
324 } else if (dataType == RS_TYPE_MATRIX_3X3) {
329 } else if (dataType == RS_TYPE_MATRIX_2X2) {
359 RsDataType dataType = field->mHal.state.dataType; local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java501 int discContentDesc, int dataContentDesc, int dataType, boolean isWide,
506 mDataType = dataType;
499 MobileIconGroup(String name, int[][] sbIcons, int[][] qsIcons, int[] contentDesc, int sbNullState, int qsNullState, int sbDiscState, int qsDiscState, int discContentDesc, int dataContentDesc, int dataType, boolean isWide, int qsDataType) argument
/frameworks/rs/api/
H A DGenerateTestFiles.cpp29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) { argument
39 dataType->clear();
42 *dataType = TYPES[i].rsDataType;
108 void writeJavaRandomCompatibleFloatAllocation(const string& dataType, const string& seed,
112 void writeJavaRandomCompatibleIntegerAllocation(const string& dataType, const string& seed,
311 string dataType; local
313 convertToRsType(param.rsType, &dataType, &vectorSize);
319 writeJavaRandomCompatibleFloatAllocation(dataType, seed, vectorSize,
323 writeJavaRandomCompatibleIntegerAllocation(dataType, seed, vectorSize,
328 *mJava << "createRandomFloatAllocation(mRS, Element.DataType." << dataType << ", "
341 writeJavaRandomCompatibleFloatAllocation( const string& dataType, const string& seed, char vectorSize, const NumericalType& compatibleType, const NumericalType& generatedType) const argument
373 writeJavaRandomCompatibleIntegerAllocation( const string& dataType, const string& seed, char vectorSize, const NumericalType& compatibleType, const NumericalType& generatedType) const argument
394 string dataType; local
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h211 rs_data_type dataType; member in struct:Element::__anon1662::__anon1663
/frameworks/base/core/java/android/content/
H A DIntentFilter.java362 * @param dataType The type to match, i.e. "vnd.android.cursor.dir/person".
368 public static IntentFilter create(String action, String dataType) { argument
370 return new IntentFilter(action, dataType);
410 * @param dataType The type to match, i.e. "vnd.android.cursor.dir/person".
413 public IntentFilter(String action, String dataType) argument
418 addDataType(dataType);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1317 uint32_t dataType; // unused local
1320 if (mb->meta_data()->findData(kKeySEI, &dataType, &seiData, &seiLength)) {
1328 kKeyMpegUserData, &dataType, &mpegUserDataPointer, &mpegUserDataLength)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java599 public void notePhoneDataConnectionState(int dataType, boolean hasData) { argument
602 mStats.notePhoneDataConnectionStateLocked(dataType, hasData);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp42 setUpBLASCall(RsBlasDataType dataType, RsBlasFunction func, argument
61 switch (dataType) {
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2455 uint32_t dataType; local
2456 if (!mDataSource->getUInt32(offset + 8, &dataType)
2457 || ((dataType & 0xff000000) != 0)) {
2465 if (dataType == 23 && dataSize >= 4) {
2476 ALOGV("ignoring key: type %d, size %d", dataType, dataSize);
/frameworks/base/include/androidfw/
H A DResourceTypes.h324 uint8_t dataType; member in struct:android::Res_value
380 // The data for this item, as interpreted according to dataType.
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp51 switch(dataType) { \
1160 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize,
1165 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1166 dataType);
1207 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize,
1213 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType);
1246 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType,
1282 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, argument
1295 jint count, jobject data, jint sizeBytes, jint dataType,
1300 "dataType(
1159 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1206 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1245 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1294 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1326 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp63 switch(dataType) { \
1388 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize,
1394 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1395 dataType);
1427 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize,
1434 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType);
1472 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType,
1515 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, argument
1530 jint count, jobject data, jint sizeBytes, jint dataType,
1536 "dataType(
1387 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1426 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1471 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1529 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1567 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1584 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1884 public abstract long getPhoneDataConnectionTime(int dataType, argument
1893 public abstract int getPhoneDataConnectionCount(int dataType, int which); argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3867 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { argument
3870 switch (dataType) {
3921 if (DEBUG) Log.i(TAG, "Phone Data Connection -> " + dataType + " = " + hasData);
4712 @Override public long getPhoneDataConnectionTime(int dataType, argument
4714 return mPhoneDataConnectionsTimer[dataType].getTotalTimeLocked(
4718 @Override public int getPhoneDataConnectionCount(int dataType, int which) { argument
4719 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);

Completed in 268 milliseconds