Searched refs:dataType (Results 1 - 24 of 24) sorted by relevance

/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.java140 * @param dataType The dataType of the Source role of Health Profile to which
146 public boolean registerSinkAppConfiguration(String name, int dataType, argument
150 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
151 return registerAppConfiguration(name, dataType, SINK_ROLE,
163 * @param dataType The dataType of the Source role of Health Profile.
171 public boolean registerAppConfiguration(String name, int dataType, int role, argument
176 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
179 new BluetoothHealthAppConfiguration(name, dataType, rol
[all...]
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py230 dataType = " ".join(elements[:-1]).strip() # everything else is the data type
237 dataType += "*" * pointersInName
244 dataType += "*"
246 dataType = elements[0]
247 return (name, getDataTypeFromKw(dataType))
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp89 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
942 if (value.dataType == Res_value::TYPE_REFERENCE) {
954 if (value.dataType == value.TYPE_ATTRIBUTE) {
956 value.dataType = Res_value::TYPE_NULL;
959 if (value.dataType == value.TYPE_REFERENCE) {
1004 value.dataType = Res_value::TYPE_NULL;
1021 value.dataType, value.data));
1030 if (value.dataType == Res_value::TYPE_NULL) {
1035 value.dataType, value.data));
1046 if (value.dataType
[all...]
H A Dandroid_util_XmlBlock.cpp329 return value.dataType == value.TYPE_REFERENCE
330 || value.dataType == value.TYPE_ATTRIBUTE
/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...]
H A DrsdMeshObj.cpp55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType;
112 mAttribs[userNum].type = rsdTypeToGLType(f->mHal.state.dataType);
113 mAttribs[userNum].normalized = f->mHal.state.dataType != RS_TYPE_FLOAT_32;
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl52 void notePhoneDataConnectionState(int dataType, boolean hasData);
/frameworks/rs/driver/runtime/
H A Drs_structs.h182 rs_data_type dataType; member in struct:Element::__anon1626::__anon1627
H A Drs_element.c92 return element->mHal.state.dataType;
H A Drs_sample.c542 rs_data_type dt = elem->mHal.state.dataType;
594 rs_data_type dt = elem->mHal.state.dataType;
641 rs_data_type dt = elem->mHal.state.dataType;
/frameworks/base/tools/aapt/
H A DXMLNode.h77 value.dataType = Res_value::TYPE_NULL;
82 || value.dataType == Res_value::TYPE_NULL
83 || value.dataType == Res_value::TYPE_STRING;
H A DXMLNode.cpp453 if (value.dataType == Res_value::TYPE_NULL) {
455 } else if (value.dataType == Res_value::TYPE_REFERENCE) {
457 } else if (value.dataType == Res_value::TYPE_ATTRIBUTE) {
459 } else if (value.dataType == Res_value::TYPE_STRING) {
464 printf("=(type 0x%x)0x%x", (int)value.dataType, (int)value.data);
909 String8(e.name).string(), e.value.dataType,
1256 if (ae.value.dataType == Res_value::TYPE_NULL
1257 || ae.value.dataType == Res_value::TYPE_STRING) {
1436 cdataExt.typedData.dataType = mCharsValue.dataType;
[all...]
H A DCommand.cpp250 if (value.dataType != Res_value::TYPE_STRING) {
268 if (value.dataType != Res_value::TYPE_STRING) {
287 if (value.dataType < Res_value::TYPE_FIRST_INT
288 || value.dataType > Res_value::TYPE_LAST_INT) {
305 if (value.dataType == Res_value::TYPE_REFERENCE) {
308 if (value.dataType < Res_value::TYPE_FIRST_INT
309 || value.dataType > Res_value::TYPE_LAST_INT) {
326 if (value.dataType == Res_value::TYPE_STRING) {
332 if (value.dataType != Res_value::TYPE_STRING) {
H A DResourceTable.cpp2177 outValue->dataType = outValue->TYPE_STRING;
2186 if (outValue->dataType == outValue->TYPE_STRING) {
2362 outValue->dataType = Res_value::TYPE_INT_HEX;
3348 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3355 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3394 par.dataType = it.parsedValue.dataType;
3399 String8(mName).string(), it.parsedValue.dataType,
3435 map.value.dataType = it.parsedValue.dataType;
[all...]
H A DResource.cpp462 if (value.dataType == Res_value::TYPE_REFERENCE) {
489 if (value.dataType == Res_value::TYPE_STRING) {
506 value.dataType);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp131 dataType = src.dataType;
1094 return attr->typedValue.dataType;
2699 attrRes, bag->map.value.dataType, bag->map.value.data,
2700 curEntry->value.dataType));
2701 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
2785 te.value.dataType, te.value.data));
2786 const uint8_t type = te.value.dataType;
2815 //printf("Resolving type=0x%x\n", inOutValue->dataType);
2816 if (inOutValue->dataType
[all...]
/frameworks/rs/
H A DrsElement.h43 RsDataType dataType; member in struct:android::renderscript::Element::Hal::State
H A DrsElement.cpp166 mHal.state.dataType = mComponent.getType();
/frameworks/base/services/java/com/android/server/am/
H A DBatteryStatsService.java231 public void notePhoneDataConnectionState(int dataType, boolean hasData) { argument
234 mStats.notePhoneDataConnectionStateLocked(dataType, hasData);
/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/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2129 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { argument
2132 switch (dataType) {
2180 if (DEBUG) Log.i(TAG, "Phone Data Connection -> " + dataType + " = " + hasData);
2524 @Override public long getPhoneDataConnectionTime(int dataType, argument
2526 return mPhoneDataConnectionsTimer[dataType].getTotalTimeLocked(
2530 @Override public int getPhoneDataConnectionCount(int dataType, int which) { argument
2531 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
/frameworks/base/include/androidfw/
H A DResourceTypes.h281 uint8_t dataType; member in struct:android::Res_value
329 // The data for this item, as interpreted according to dataType.
/frameworks/base/core/java/android/os/
H A DBatteryStats.java863 public abstract long getPhoneDataConnectionTime(int dataType, argument
872 public abstract int getPhoneDataConnectionCount(int dataType, int which); argument

Completed in 461 milliseconds