Searched defs:dataType (Results 1 - 17 of 17) 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.cpp142 DataType dataType; member in struct:slang::__anon1148::NameAndPrimitiveType
925 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/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) {
310 RsDataType dataType = field->mHal.state.dataType; local
316 if (dataType == RS_TYPE_MATRIX_4X4) {
322 } else if (dataType == RS_TYPE_MATRIX_3X3) {
327 } else if (dataType == RS_TYPE_MATRIX_2X2) {
357 RsDataType dataType = field->mHal.state.dataType; local
[all...]
/frameworks/rs/driver/runtime/
H A Drs_structs.h196 rs_data_type dataType; member in struct:Element::__anon1506::__anon1507
/frameworks/base/core/java/android/content/
H A DIntentFilter.java338 * @param dataType The type to match, i.e. "vnd.android.cursor.dir/person".
344 public static IntentFilter create(String action, String dataType) { argument
346 return new IntentFilter(action, dataType);
386 * @param dataType The type to match, i.e. "vnd.android.cursor.dir/person".
389 public IntentFilter(String action, String dataType) argument
394 addDataType(dataType);
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java399 public void notePhoneDataConnectionState(int dataType, boolean hasData) { argument
402 mStats.notePhoneDataConnectionStateLocked(dataType, hasData);
/frameworks/rs/api/
H A Dgen_runtime.cpp331 void writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType,
335 void writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType,
361 void convertToRsType(const string& name, string* dataType, char* vectorSize) const;
1462 string dataType; local
1464 convertToRsType(param.rsType, &dataType, &vectorSize);
1470 writeJavaRandomCompatibleFloatAllocation(file, dataType, seed, vectorSize,
1474 writeJavaRandomCompatibleIntegerAllocation(file, dataType, seed, vectorSize,
1482 file << "createRandomFloatAllocation(mRS, Element.DataType." << dataType << ", "
1487 file << "createRandomAllocation(mRS, Element.DataType." << dataType << ", " << vectorSize
1495 void Permutation::writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType, argument
1528 writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType, const string& seed, char vectorSize, const Type& compatibleType, const Type& generatedType) const argument
1550 string dataType; local
1559 convertToRsType(const string& name, string* dataType, char* vectorSize) const argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java1440 int discContentDesc, int dataContentDesc, int dataType, boolean isWide,
1445 mDataType = dataType;
1438 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/base/include/androidfw/
H A DResourceTypes.h318 uint8_t dataType; member in struct:android::Res_value
374 // The data for this item, as interpreted according to dataType.
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp59 switch(dataType) { \
683 jint count, jobject data, jint sizeBytes, jint dataType)
686 LOG_API("nAllocation1DData, con(%p), adapter(%p), offset(%i), count(%i), sizeBytes(%i), dataType(%i)",
687 (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes, dataType);
706 jint w, jint h, jobject data, jint sizeBytes, jint dataType)
711 (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType);
744 jint w, jint h, jint d, jobject data, int sizeBytes, int dataType)
779 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, int dataType) argument
789 jint count, jobject data, int sizeBytes, int dataType)
792 LOG_API("nAllocation1DRead, con(%p), adapter(%p), offset(%i), count(%i), sizeBytes(%i), dataType(
682 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType) argument
705 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) argument
743 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, int sizeBytes, int dataType) argument
788 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, int sizeBytes, int dataType) argument
799 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, int sizeBytes, int dataType) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1245 public abstract long getPhoneDataConnectionTime(int dataType, argument
1254 public abstract int getPhoneDataConnectionCount(int dataType, int which); argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3354 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { argument
3357 switch (dataType) {
3408 if (DEBUG) Log.i(TAG, "Phone Data Connection -> " + dataType + " = " + hasData);
4030 @Override public long getPhoneDataConnectionTime(int dataType, argument
4032 return mPhoneDataConnectionsTimer[dataType].getTotalTimeLocked(
4036 @Override public int getPhoneDataConnectionCount(int dataType, int which) { argument
4037 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);

Completed in 585 milliseconds