Searched refs:dataType (Results 1 - 23 of 23) 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.java142 * @param dataType The dataType of the Source role of Health Profile to which
148 public boolean registerSinkAppConfiguration(String name, int dataType, argument
152 if (VDBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
153 return registerAppConfiguration(name, dataType, SINK_ROLE,
165 * @param dataType The dataType of the Source role of Health Profile.
173 public boolean registerAppConfiguration(String name, int dataType, int role, argument
178 if (VDBG) log("registerApplication(" + name + ":" + dataType + ")");
181 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);
933 if (value.dataType == Res_value::TYPE_REFERENCE) {
945 if (value.dataType == value.TYPE_ATTRIBUTE) {
947 value.dataType = Res_value::TYPE_NULL;
950 if (value.dataType == value.TYPE_REFERENCE) {
995 value.dataType = Res_value::TYPE_NULL;
1012 value.dataType, value.data));
1021 if (value.dataType == Res_value::TYPE_NULL) {
1026 value.dataType, value.data));
1037 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/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h177 rs_data_type dataType; member in struct:Element::__anon1242::__anon1243
H A Drs_element.c92 return element->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.cpp2116 outValue->dataType = outValue->TYPE_STRING;
2125 if (outValue->dataType == outValue->TYPE_STRING) {
2301 outValue->dataType = Res_value::TYPE_INT_HEX;
3287 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3294 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3333 par.dataType = it.parsedValue.dataType;
3338 String8(mName).string(), it.parsedValue.dataType,
3374 map.value.dataType = it.parsedValue.dataType;
[all...]
H A DResource.cpp461 if (value.dataType == Res_value::TYPE_REFERENCE) {
488 if (value.dataType == Res_value::TYPE_STRING) {
505 value.dataType);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp132 dataType = src.dataType;
1003 return attr->typedValue.dataType;
2563 attrRes, bag->map.value.dataType, bag->map.value.data,
2564 curEntry->value.dataType));
2565 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
2649 te.value.dataType, te.value.data));
2650 const uint8_t type = te.value.dataType;
2679 //printf("Resolving type=0x%x\n", inOutValue->dataType);
2680 if (inOutValue->dataType
[all...]
/frameworks/rs/
H A DrsElement.h43 RsDataType dataType; member in struct:android::renderscript::Element::Hal::State
H A DrsElement.cpp167 mHal.state.dataType = mComponent.getType();
/frameworks/base/services/java/com/android/server/am/
H A DBatteryStatsService.java229 public void notePhoneDataConnectionState(int dataType, boolean hasData) { argument
232 mStats.notePhoneDataConnectionStateLocked(dataType, hasData);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java322 * @param dataType The type to match, i.e. "vnd.android.cursor.dir/person".
328 public static IntentFilter create(String action, String dataType) { argument
330 return new IntentFilter(action, dataType);
370 * @param dataType The type to match, i.e. "vnd.android.cursor.dir/person".
373 public IntentFilter(String action, String dataType) argument
378 addDataType(dataType);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2097 public void notePhoneDataConnectionStateLocked(int dataType, boolean hasData) { argument
2100 switch (dataType) {
2148 if (DEBUG) Log.i(TAG, "Phone Data Connection -> " + dataType + " = " + hasData);
2472 @Override public long getPhoneDataConnectionTime(int dataType, argument
2474 return mPhoneDataConnectionsTimer[dataType].getTotalTimeLocked(
2478 @Override public int getPhoneDataConnectionCount(int dataType, int which) { argument
2479 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.java857 public abstract long getPhoneDataConnectionTime(int dataType, argument
866 public abstract int getPhoneDataConnectionCount(int dataType, int which); argument

Completed in 450 milliseconds