Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 67) sorted by relevance

123

/device/generic/car/hals/health/
DHealthImpl.cpp54 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/guest/hals/health/
Dhealth-aidl.cpp81 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/cuttlefish/common/libs/utils/
Dbase64_test.cpp29 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
Dshared_fd_flag.cpp34 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()
Dresult.cpp83 auto out = ctx.out(); in format() local
245 auto out = ctx.out(); in format() local
Dflag_parser.cpp46 std::ostream& operator<<(std::ostream& out, const FlagAlias& alias) { in operator <<()
309 std::ostream& operator<<(std::ostream& out, const Flag& flag) { in operator <<()
405 bool WriteGflagsCompatXml(const std::vector<Flag>& flags, std::ostream& out) { in WriteGflagsCompatXml()
475 Flag HelpXmlFlag(const std::vector<Flag>& flags, std::ostream& out, bool& value, in HelpXmlFlag()
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c82 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 …]
/device/generic/car/emulator/audio/driver/
Daudio_hw.c170 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/amlogic/yukawa/hal/audio/
Daudio_hw.c185 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/poplar/audio/
Daudio_hw.c89 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream()
119 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_sample_rate() local
143 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local
150 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local
160 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby()
176 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local
196 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local
230 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local
245 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_write() local
293 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_presentation_position() local
[all …]
/device/linaro/hikey/audio/
Daudio_hw.c180 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/google/contexthub/util/common/
DJSONObject.cpp31 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/linaro/dragonboard/audio/
Daudio_hw.c158 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/trout/hal/dumpstate/1.1/
DDumpstateServer.cpp30 ServiceDescriptor::Error DumpstateServer::GetSystemLogs(ServiceDescriptor::OutputConsumer* out) { in GetSystemLogs()
48 ServiceDescriptor::OutputConsumer* out) { in GetServiceLogs()
/device/google/contexthub/lib/nanohub/
Dnanoapp.c101 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/fingerprint/
Dhal.cpp30 ndk::ScopedAStatus Hal::getSensorProps(std::vector<SensorProps>* out) { in getSensorProps()
78 std::shared_ptr<ISession>* out) { in createSession()
Dsession.cpp177 std::shared_ptr<common::ICancellationSignal>* out) { in enroll()
213 std::shared_ptr<common::ICancellationSignal>* out) { in authenticate()
243 std::shared_ptr<common::ICancellationSignal>* out) { in detectInteraction()
/device/generic/goldfish/radio/include/telephony/
Dril_mnc.h108 const struct mnc_strings { const char * in; const char * out; } mncs[] = { in test() member
129 const struct mnc_ints { const int in; const char * out; } legacy_mncs[] = { in test() member
Dril_mcc.h50 const struct mcc_ints { const int in; const char * out; } legacy_mccs[] = { in test() member
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c56 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/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c32 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/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c229 static int finalizeAndWrite(uint8_t *buf, uint32_t bufUsed, uint32_t bufSz, FILE *out, uint32_t lay… in finalizeAndWrite()
291 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp()
792 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, u… in handleAppStatic()
834 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey()
861 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs()
912 FILE *out = NULL; in main() local
Dpostprocess.c238 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
/device/google/cuttlefish/host/commands/casimir_control_server/
Dutils.h39 auto out = std::make_shared<std::vector<uint8_t>>(len); in BytesArray() local
/device/google/cuttlefish/shared/minidroid/sample/
Dserver.cpp41 ndk::ScopedAStatus addInteger(int32_t a, int32_t b, int32_t* out) override { in start_test_service()

123