Home
last modified time | relevance | path

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

1234

/packages/modules/Bluetooth/system/gd/common/
Dstrings.h42 std::stringstream tmp; in ToString() local
54 std::stringstream tmp; in ToHexString() local
65 std::stringstream tmp; variable
73 std::stringstream tmp; variable
/packages/modules/Bluetooth/system/gd/l2cap/
Dsignal_id.h68 struct SignalId tmp = *this; variable
80 struct SignalId tmp = *this; variable
/packages/modules/Bluetooth/system/internal_include/
Dbt_trace.h39 std::stringstream tmp; in loghex() local
50 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.c24 int32_t tmp = 0; in BsearchLL() local
90 int32_t tmp = 0; in BsearchHL() local
122 int32_t tmp = 0; in BsearchHH() local
629 int32_t tmp; in BsearchLH() local
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc56 gatt_read_op_data* tmp = (gatt_read_op_data*)data; in gatt_read_op_finished() local
79 gatt_write_op_data* tmp = (gatt_write_op_data*)data; in gatt_write_op_finished() local
102 gatt_configure_mtu_op_data* tmp = (gatt_configure_mtu_op_data*)data; in gatt_configure_mtu_op_finished() local
127 gatt_read_multi_op_data* tmp = (gatt_read_multi_op_data*)data; in gatt_read_multi_op_finished() local
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc152 UUID128Bit tmp; in From128BitBE() local
164 UUID128Bit tmp; in From128BitLE() local
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc128 UUID128Bit tmp; in From128BitBE() local
140 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/Bluetooth/system/embdrv/encoder_for_aptx/src/
DQuantiseDifference.c25 int32_t tmp; in BsearchLL() local
90 int32_t tmp; in BsearchHH() local
116 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/gd/security/
Dpairing_handler_le_unittest.cc113 std::optional<bluetooth::security::CommandView> tmp = std::nullopt; in WaitForOutgoingL2capPacket() local
123 std::optional<bluetooth::security::CommandView> tmp = std::nullopt; in WaitForOutgoingL2capPacket() local
/packages/modules/Bluetooth/system/types/
Draw_address.cc122 RawAddress tmp; in IsValidAddress() 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/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/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaic.cpp244 double tmp[3][3]; in balanceRotations() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1908 reset_id_data tmp; in btm_ble_reset_id() local
1911 [](reset_id_data tmp, BT_OCTET8 rand) { in btm_ble_reset_id()
1914 [](reset_id_data tmp, BT_OCTET8 rand) { in btm_ble_reset_id()
1917 [](reset_id_data tmp, BT_OCTET8 rand) { in btm_ble_reset_id()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DStringUtils.java59 String tmp = s; in getDistance() local
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacadeImpl.java145 int tmp = width; in startBurst() local
/packages/modules/DnsResolver/
DDnsTlsQueryMap.cpp49 std::vector<uint8_t> tmp(query.base(), query.base() + query.size()); in recordQuery() local

1234