/system/chre/chpp/common/ |
D | wwan_convert.c | 48 const struct chreWwanCellIdentityCdma *in, in chppWwanConvertCellIdentityCdmaFromChre() 58 const struct chreWwanSignalStrengthCdma *in, in chppWwanConvertSignalStrengthCdmaFromChre() 65 const struct chreWwanSignalStrengthEvdo *in, in chppWwanConvertSignalStrengthEvdoFromChre() 73 const struct chreWwanCellInfoCdma *in, struct ChppWwanCellInfoCdma *out) { in chppWwanConvertCellInfoCdmaFromChre() 83 const struct chreWwanCellIdentityGsm *in, in chppWwanConvertCellIdentityGsmFromChre() 95 const struct chreWwanSignalStrengthGsm *in, in chppWwanConvertSignalStrengthGsmFromChre() 103 const struct chreWwanCellInfoGsm *in, struct ChppWwanCellInfoGsm *out) { in chppWwanConvertCellInfoGsmFromChre() 111 const struct chreWwanCellIdentityLte *in, in chppWwanConvertCellIdentityLteFromChre() 122 const struct chreWwanSignalStrengthLte *in, in chppWwanConvertSignalStrengthLteFromChre() 133 const struct chreWwanCellInfoLte *in, struct ChppWwanCellInfoLte *out) { in chppWwanConvertCellInfoLteFromChre() [all …]
|
D | gnss_convert.c | 47 static void chppGnssConvertClockFromChre(const struct chreGnssClock *in, in chppGnssConvertClockFromChre() 61 const struct chreGnssMeasurement *in, struct ChppGnssMeasurement *out) { in chppGnssConvertMeasurementFromChre() 81 static void chppGnssConvertDataEventFromChre(const struct chreGnssDataEvent *in, in chppGnssConvertDataEventFromChre() 110 const struct chreGnssLocationEvent *in, struct ChppGnssLocationEvent *out) { in chppGnssConvertLocationEventFromChre() 127 bool chppGnssDataEventFromChre(const struct chreGnssDataEvent *in, in chppGnssDataEventFromChre() 146 bool chppGnssLocationEventFromChre(const struct chreGnssLocationEvent *in, in chppGnssLocationEventFromChre() 164 static bool chppGnssConvertClockToChre(const struct ChppGnssClock *in, in chppGnssConvertClockToChre() 180 const struct ChppGnssMeasurement *in, struct chreGnssMeasurement *out) { in chppGnssConvertMeasurementToChre() 202 static bool chppGnssConvertDataEventToChre(const struct ChppGnssDataEvent *in, in chppGnssConvertDataEventToChre() 244 const struct ChppGnssLocationEvent *in, struct chreGnssLocationEvent *out) { in chppGnssConvertLocationEventToChre() [all …]
|
D | wifi_convert.c | 81 const struct chreWifiScanResult *in, struct ChppWifiScanResult *out) { in chppWifiConvertScanResultFromChre() 101 static void chppWifiConvertScanEventFromChre(const struct chreWifiScanEvent *in, in chppWifiConvertScanEventFromChre() 145 const struct chreWifiSsidListItem *in, struct ChppWifiSsidListItem *out) { in chppWifiConvertSsidListItemFromChre() 151 const struct chreWifiScanParams *in, struct ChppWifiScanParams *out, in chppWifiConvertScanParamsFromChre() 187 static void chppWifiConvertLciFromChre(const struct chreWifiLci *in, in chppWifiConvertLciFromChre() 199 const struct chreWifiRangingResult *in, struct ChppWifiRangingResult *out) { in chppWifiConvertRangingResultFromChre() 212 const struct chreWifiRangingEvent *in, struct ChppWifiRangingEvent *out, in chppWifiConvertRangingEventFromChre() 235 const struct chreWifiRangingTarget *in, struct ChppWifiRangingTarget *out) { in chppWifiConvertRangingTargetFromChre() 245 const struct chreWifiRangingParams *in, struct ChppWifiRangingParams *out, in chppWifiConvertRangingParamsFromChre() 268 bool chppWifiScanEventFromChre(const struct chreWifiScanEvent *in, in chppWifiScanEventFromChre() [all …]
|
/system/teeui/libteeui/src/ |
D | generic_messages.cpp | 22 std::tuple<ReadStream, uint32_t> readU32(ReadStream in) { in readU32() 29 std::tuple<ReadStream, Command> readCommand(ReadStream in) { in readCommand() 33 Command peakCommand(ReadStream in) { in peakCommand() 38 std::tuple<ReadStream, Protocol> readProtocol(ReadStream in) { in readProtocol() 42 Protocol peakProtocol(ReadStream in) { in peakProtocol()
|
D | msg_formatting.cpp | 40 std::tuple<ReadStream, ReadStream::ptr_t, uint32_t> read(ReadStream in) { in read()
|
/system/tools/hidl/host_utils/ |
D | StringHelper.cpp | 39 std::string StringHelper::Uppercase(const std::string &in) { in Uppercase() 49 std::string StringHelper::Lowercase(const std::string &in) { in Lowercase() 59 std::string StringHelper::Capitalize(const std::string &in) { in Capitalize() 94 void StringHelper::Tokenize(const std::string& in, std::vector<std::string>* vec) { in Tokenize() 138 std::string StringHelper::ToCamelCase(const std::string &in) { in ToCamelCase() 153 std::string StringHelper::ToPascalCase(const std::string &in) { in ToPascalCase() 162 std::string StringHelper::ToUpperSnakeCase(const std::string &in) { in ToUpperSnakeCase() 171 std::string StringHelper::ToLowerSnakeCase(const std::string &in) { in ToLowerSnakeCase() 180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase() 197 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() [all …]
|
/system/update_engine/cros/ |
D | omaha_response_handler_action_unittest.cc | 128 bool OmahaResponseHandlerActionTest::DoTest(const OmahaResponse& in, in DoTest() 188 OmahaResponse in; in TEST_F() local 218 OmahaResponse in; in TEST_F() local 244 OmahaResponse in; in TEST_F() local 274 OmahaResponse in; in TEST_F() local 304 OmahaResponse in; in TEST_F() local 312 OmahaResponse in; in TEST_F() local 331 OmahaResponse in; in TEST_F() local 361 OmahaResponse in; in TEST_F() local 386 OmahaResponse in; in TEST_F() local [all …]
|
/system/update_engine/payload_generator/ |
D | zip_unittest.cc | 69 bool DecompressWithWriter(const brillo::Blob& in, brillo::Blob* out) { in DecompressWithWriter() 92 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument 95 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipDecompress() argument 105 bool ZipCompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipCompress() argument 108 bool ZipDecompress(const brillo::Blob& in, brillo::Blob* out) const { in ZipDecompress() argument 125 brillo::Blob in(in_str.begin(), in_str.end()); in TYPED_TEST() local 137 brillo::Blob in(std::begin(kRandomString), std::end(kRandomString)); in TYPED_TEST() local 148 brillo::Blob in(std::begin(kRandomString), std::end(kRandomString)); in TYPED_TEST() local 154 brillo::Blob in; in TYPED_TEST() local 165 brillo::Blob in; in TYPED_TEST() local
|
D | bzip.cc | 29 bool BzipCompress(const brillo::Blob& in, brillo::Blob* out) { in BzipCompress()
|
D | xz_chromeos.cc | 26 bool XzCompress(const brillo::Blob& in, brillo::Blob* out) { in XzCompress()
|
/system/logging/logd/ |
D | CompressionEngine.cpp | 30 bool ZlibCompressionEngine::Compress(SerializedData& in, size_t data_length, SerializedData& out) { in Compress() 61 bool ZlibCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() 82 bool ZstdCompressionEngine::Compress(SerializedData& in, size_t data_length, SerializedData& out) { in Compress() 97 bool ZstdCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress()
|
/system/bt/audio_bluetooth_hw/ |
D | stream_apis.cc | 130 void in_calculate_starving_delay_ms(const BluetoothStreamIn* in, in in_calculate_starving_delay_ms() 783 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_sample_rate() local 789 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_set_sample_rate() local 797 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_buffer_size() local 806 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_channels() local 821 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_get_format() local 835 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_set_format() local 841 static bool in_state_transition_timeout(BluetoothStreamIn* in, in in_state_transition_timeout() 864 auto* in = reinterpret_cast<BluetoothStreamIn*>(stream); in in_standby() local 903 const auto* in = reinterpret_cast<const BluetoothStreamIn*>(stream); in in_dump() local [all …]
|
/system/teeui/libteeui/include/teeui/ |
D | common_message_types.h | 89 template <typename T> std::tuple<ReadStream, MsgVector<T>> readSimpleVecInPlace(ReadStream in) { in readSimpleVecInPlace() 109 inline std::tuple<ReadStream, ResponseCode> read(Message<ResponseCode>, ReadStream in) { in read() 117 inline std::tuple<ReadStream, TestModeCommands> read(Message<TestModeCommands>, ReadStream in) { in read() 127 inline std::tuple<ReadStream, MsgVector<uint8_t>> read(Message<MsgVector<uint8_t>>, ReadStream in) { in read() 135 inline std::tuple<ReadStream, MsgString> read(Message<MsgString>, ReadStream in) { in read() 144 ReadStream in) { in read() 156 read(teeui::Message<teeui::Array<uint8_t, size>>, teeui::ReadStream in) { in read()
|
D | generic_operation.h | 228 WriteStream command(CmdPromptUserConfirmation, ReadStream in, WriteStream out) { in command() 234 WriteStream command(CmdFetchConfirmationResult, ReadStream in, WriteStream out) { in command() 238 WriteStream command(CmdDeliverTestCommand, ReadStream in, WriteStream out) { in command() 244 WriteStream command(CmdAbort, ReadStream in, WriteStream out) { in command()
|
/system/media/audio_utils/ |
D | limiter.c | 23 static inline float atan_approximation(float in) in atan_approximation() 35 float limiter(float in) in limiter()
|
D | mono_blend.cpp | 31 const int16_t *in = out; in mono_blend() local 46 const float *in = out; in mono_blend() local
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 272 TwoMemory in = new TwoMemory(); in runClientMemoryTests() local 794 IBase.VectorOfArray in = new IBase.VectorOfArray(); in client() local 818 ArrayList<byte[]> in = new ArrayList<byte[]>(); in client() local 846 IBase.StringMatrix5x3 in = new IBase.StringMatrix5x3(); in client() local 864 String[][] in = new String[5][3]; in client() local 1066 IBase.LotsOfPrimitiveArrays in = new IBase.LotsOfPrimitiveArrays(); in client() local 1101 ArrayList<byte[]> in = new ArrayList<byte[]>(); in client() local 1120 ArrayList<byte[]> in = new ArrayList<byte[]>(); in client() local 1146 ArrayList<boolean[]> in = new ArrayList<boolean[]>(); in client() local 1164 ArrayList<double[]> in = new ArrayList<double[]>(); in client() local [all …]
|
/system/keymaster/legacy_support/ |
D | keymaster_passthrough_operation.cpp | 29 keymaster_blob_t in{input.peek_read(), input.available_read()}; in Finish() local 99 keymaster_blob_t in{input.peek_read(), input.available_read()}; in Finish() local
|
/system/media/audio_utils/tests/ |
D | limiter_tests.c | 32 float in = (float) ((double) i * 0.01); in main() local
|
/system/core/libsparse/ |
D | simg2img.cpp | 37 int in; in main() local
|
/system/core/gatekeeperd/ |
D | GateKeeperResponse.cpp | 30 status_t GateKeeperResponse::readFromParcel(const Parcel* in) { in readFromParcel()
|
/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 113 void biquad_filter_1fast(D *out, const D *in, size_t frames, size_t stride, in biquad_filter_1fast() 184 void biquad_filter_fast(D *out, const D *in, size_t frames, size_t stride, in biquad_filter_fast() 197 void biquad_filter_neon_impl(F *out, const F *in, size_t frames, size_t stride, in biquad_filter_neon_impl() 265 void biquad_filter_neon(D *out, const D *in, size_t frames, size_t stride, in biquad_filter_neon() 606 void process(D* out, const D *in, size_t frames) { in process() 618 void process(D* out, const D *in, size_t frames, size_t stride) { in process()
|
/system/apex/tests/src/com/android/tests/apex/ |
D | MediaSwCodecHostTest.java | 55 Scanner in = new Scanner(outputString); in checkCodecs() local
|
D | MediaHostTest.java | 59 Scanner in = new Scanner(outputString); in checkMediaExtractor() local
|
/system/teeui/libteeui/include/secure_input/ |
D | secure_input_proto.h | 87 teeui::ReadStream in) { in read() 96 teeui::ReadStream in) { in read()
|