/device/generic/car/hals/health/ |
D | HealthImpl.cpp | 54 ScopedAStatus HealthImpl::getChargeCounterUah(int32_t* out) { in getChargeCounterUah() 59 ScopedAStatus HealthImpl::getCurrentNowMicroamps(int32_t* out) { in getCurrentNowMicroamps() 64 ScopedAStatus HealthImpl::getCurrentAverageMicroamps(int32_t* out) { in getCurrentAverageMicroamps() 69 ScopedAStatus HealthImpl::getCapacity(int32_t* out) { in getCapacity() 74 ScopedAStatus HealthImpl::getChargeStatus(BatteryStatus* out) { in getChargeStatus() 79 ScopedAStatus HealthImpl::getEnergyCounterNwh(int64_t* out) { in getEnergyCounterNwh()
|
/device/google/cuttlefish/common/libs/utils/ |
D | base64_test.cpp | 29 std::string out; in TEST() local 38 std::string out; in TEST() local 47 std::vector<uint8_t> out; in TEST() local 56 std::vector<uint8_t> out; in TEST() local 68 std::vector<uint8_t> out; in TEST() local 80 std::vector<uint8_t> out; in TEST() local 92 std::vector<uint8_t> out; in TEST() local
|
D | shared_fd_flag.cpp | 34 static Result<void> Set(const FlagMatch& match, SharedFD& out) { in Set() 46 Flag SharedFDFlag(SharedFD& out) { in SharedFDFlag() 49 Flag SharedFDFlag(const std::string& name, SharedFD& out) { in SharedFDFlag()
|
D | base64.cpp | 28 bool EncodeBase64(const void *data, std::size_t size, std::string *out) { in EncodeBase64()
|
D | result.cpp | 83 auto out = ctx.out(); in format() local 245 auto out = ctx.out(); in format() local
|
/device/google/cuttlefish/guest/hals/health/ |
D | health-aidl.cpp | 81 ScopedAStatus HealthImpl::getChargeCounterUah(int32_t* out) { in getChargeCounterUah() 86 ScopedAStatus HealthImpl::getCurrentNowMicroamps(int32_t* out) { in getCurrentNowMicroamps() 95 ScopedAStatus HealthImpl::getCapacity(int32_t* out) { in getCapacity() 100 ScopedAStatus HealthImpl::getChargeStatus(BatteryStatus* out) { in getChargeStatus() 105 ScopedAStatus HealthImpl::getBatteryHealthData(BatteryHealthData* out) { in getBatteryHealthData()
|
/device/google/trout/hal/dumpstate/1.1/ |
D | DumpstateServer.cpp | 30 ServiceDescriptor::Error DumpstateServer::GetSystemLogs(ServiceDescriptor::OutputConsumer* out) { in GetSystemLogs() 48 ServiceDescriptor::OutputConsumer* out) { in GetServiceLogs()
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 82 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) { in mat33Apply() 92 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A, in mat33Multiply() 128 void mat33Add(struct Mat33 *out, const struct Mat33 *A) { in mat33Add() 141 void mat33Sub(struct Mat33 *out, const struct Mat33 *A) { in mat33Sub() 176 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A, in mat33MultiplyTransposed() 199 void mat33MultiplyTransposed2(struct Mat33 *out, const struct Mat33 *A, in mat33MultiplyTransposed2() 222 void mat33Invert(struct Mat33 *out, const struct Mat33 *A) { in mat33Invert() 275 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A) { in mat33Transpose() 447 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) { in mat44Apply() 584 void matTransposeMultiplyMat(float *out, const float *A, in matTransposeMultiplyMat() [all …]
|
D | kasa.c | 112 struct Vec4 out; in kasaFit() local
|
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev()
|
/device/generic/goldfish/hals/fingerprint/ |
D | hal.cpp | 30 ndk::ScopedAStatus Hal::getSensorProps(std::vector<SensorProps>* out) { in getSensorProps() 78 std::shared_ptr<ISession>* out) { in createSession()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 170 struct generic_stream_out *out = hashmapGet(device_handle->out_bus_stream_map, address); in get_audio_device() local 177 struct generic_stream_out *out = get_audio_device(device_address, __func__); in set_device_address_is_ducked() local 190 struct generic_stream_out *out = get_audio_device(device_address, __func__); in set_device_address_is_muted() local 256 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() local 265 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_buffer_size() local 273 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_channels() local 278 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_format() local 287 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_dump() local 318 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_set_parameters() local 341 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_parameters() local [all …]
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 31 static ssize_t parseInt32(const char *data, size_t numDigits, int32_t *out) { in parseInt32() 51 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse() 521 static void EscapeString(const char *in, size_t inSize, AString *out) { in EscapeString() 562 AString out; in toString() local 685 AString out; in internalToString() local 735 AString out; in internalToString() local
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 185 static void out_set_eq(struct alsa_stream_out* out) { in out_set_eq() 206 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream() 244 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_sample_rate() local 268 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local 275 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local 285 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby() 304 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local 324 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local 358 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local 373 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_write() local [all …]
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 180 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in xa_device_run() local 250 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream() 280 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_sample_rate() local 304 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local 311 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local 321 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby() 337 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local 360 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local 399 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local 414 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_write() local [all …]
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 158 static void out_set_eq(struct alsa_stream_out* out) { in out_set_eq() 179 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream() 218 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_sample_rate() local 242 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local 249 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local 259 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby() 278 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local 298 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local 332 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local 347 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_write() local [all …]
|
/device/google/cuttlefish/host/commands/casimir_control_server/ |
D | hex.cpp | 41 std::vector<uint8_t> out(len); in HexToBytes() local
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) in handleEncrypt() 153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key) in handleDecrypt() 263 FILE *out = NULL; in main() local
|
/device/google/cuttlefish/shared/minidroid/sample/ |
D | server.cpp | 41 ndk::ScopedAStatus addInteger(int32_t a, int32_t b, int32_t* out) override { in start_test_service()
|
/device/google/cuttlefish_vmm/qemu/scripts/ |
D | genrepo.py | 246 def GenerateRepoManifest(projects, out): argument
|
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | sandboxer_proxy.cpp | 49 T out; in AtoiOr() local
|
D | policies.cpp | 86 std::ostream& operator<<(std::ostream& out, const HostInfo& host) { in operator <<()
|
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 32 uint32_t out = 0; in bswap32() local 191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa) in handleConvertKey() 316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbos… in handleSign() 430 FILE *out = NULL; in main() local
|
/device/google/cuttlefish/host/libs/config/ |
D | feature.cpp | 72 std::ostream& out) { in WriteGflagsHelpXml()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 238 static int finalizeAndWrite(struct NanoAppInfo *inf, FILE *out, uint32_t layoutFlags, uint64_t appI… in finalizeAndWrite() 403 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp() 573 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey() 600 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs() 650 FILE *out = NULL; in main() local
|