Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 93) sorted by relevance

1234

/packages/modules/Bluetooth/system/gd/common/
Dstrings.h41 std::stringstream tmp; in ToString() local
55 std::stringstream tmp; in ToHexString() local
69 std::stringstream tmp; variable
77 std::stringstream tmp; variable
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h36 std::stringstream tmp; in loghex() local
46 std::stringstream tmp; in loghex() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DColorSpaceMatrix.java84 float[] tmp = c.mMatrix; in xRotateMatrix() local
97 float[] tmp = c.mMatrix; in yRotateMatrix() local
110 float[] tmp = c.mMatrix; in zRotateMatrix() local
122 float[] tmp = c.mMatrix; in zShearMatrix() local
/packages/apps/Gallery2/jni/filters/
Dedge.c61 float tmp = 0.0f; in JNIFUNCF() local
75 float tmp = 0.0f; in JNIFUNCF() local
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DQuantiseDifference.c23 int32_t tmp = 0; in BsearchLL() local
88 int32_t tmp = 0; in BsearchHL() local
119 int32_t tmp = 0; in BsearchHH() local
620 int32_t tmp; in BsearchLH() local
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc54 gatt_read_op_data* tmp = (gatt_read_op_data*)data; in gatt_read_op_finished() local
76 gatt_write_op_data* tmp = (gatt_write_op_data*)data; in gatt_write_op_finished() local
98 gatt_configure_mtu_op_data* tmp = (gatt_configure_mtu_op_data*)data; in gatt_configure_mtu_op_finished() local
133 gatt_read_multi_op_data* tmp = (gatt_read_multi_op_data*)data; in gatt_read_multi_op_finished() local
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc146 UUID128Bit tmp; in From128BitBE() local
158 UUID128Bit tmp; in From128BitLE() local
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc133 UUID128Bit tmp; in From128BitBE() local
145 UUID128Bit tmp; in From128BitLE() local
/packages/apps/Gallery2/jni_jpegstream/src/
Dstream_wrapper.cpp52 jbyteArray tmp = env->NewByteArray(getBufferSize()); in init() local
Djpeg_writer.cpp184 uint8_t tmp = *d; in formatPixels() local
/packages/modules/Nfc/libnfc-nci/utils/
Dconfig.cc33 uint8_t tmp = 0; in parseBytesString() local
107 unsigned tmp = 0; in parseFromString() local
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DQuantiseDifference.c24 int32_t tmp; in BsearchLL() local
87 int32_t tmp; in BsearchHH() local
112 int32_t tmp; in BsearchLH() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/storage/
DSharedDataPreferenceControllerTest.java113 final List<BlobInfo> tmp = new ArrayList<>(); in generateBlobList() local
/packages/modules/Bluetooth/system/gd/os/
Dhandler.cc57 std::queue<OnceClosure>* tmp = nullptr; in Clear() local
/packages/modules/Bluetooth/system/packet/tests/base/
Dpacket_test_common.h28 std::stringstream tmp; in loghex() local
/packages/modules/Bluetooth/system/stack/ais/
Dais_ble.cc112 std::array<uint8_t, Uuid::kNumBytes128> tmp; in ais_attr_db_init() local
/packages/modules/Bluetooth/system/types/
Draw_address.cc120 RawAddress tmp; in IsValidAddress() local
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/datasources/appsources/
DAppSourcesPreferenceCategory.kt188 val tmp = this[index1] in <lambda>() constant
/packages/modules/OnDevicePersonalization/framework/java/com/android/ondevicepersonalization/internal/util/
DExceptionInfo.java97 Exception tmp = new Exception(element.mExceptionClass + ": " + element.mMessage, e); in toException() local
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DStatusOr.h91 #define ASSIGN_OR_RETURN_IMPL(tmp, lhs, stmt) \ argument
DStatus.h113 #define RETURN_IF_NOT_OK_IMPL(tmp, stmt) \ argument
/packages/modules/UprobeStats/src/test/
DSmokeTest.java103 File tmp = File.createTempFile("uprobestats", CONFIG_NAME); in startUprobeStats() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaic.cpp244 double tmp[3][3]; in balanceRotations() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java452 Bitmap tmp = Bitmap.createBitmap(ret, 0, 0, ret.getWidth(), in doInBackground() local
526 Bitmap tmp = Bitmap.createBitmap((int) returnRect.width(), in doInBackground() local
536 Bitmap tmp = Bitmap.createBitmap(crop, 0, 0, crop.getWidth(), in doInBackground() local
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacadeImpl.java145 int tmp = width; in startBurst() local

1234