Home
last modified time | relevance | path

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

123

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c81 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) { in mat33Apply()
91 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A, in mat33Multiply()
127 void mat33Add(struct Mat33 *out, const struct Mat33 *A) { in mat33Add()
140 void mat33Sub(struct Mat33 *out, const struct Mat33 *A) { in mat33Sub()
175 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A, in mat33MultiplyTransposed()
198 void mat33MultiplyTransposed2(struct Mat33 *out, const struct Mat33 *A, in mat33MultiplyTransposed2()
221 void mat33Invert(struct Mat33 *out, const struct Mat33 *A) { in mat33Invert()
274 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A) { in mat33Transpose()
446 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) { in mat44Apply()
583 void matTransposeMultiplyMat(float *out, const float *A, in matTransposeMultiplyMat()
[all …]
Dkasa.c96 struct Vec4 out; in kasaFit() local
/device/generic/car/emulator/audio/driver/
Daudio_hw.c83 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() local
92 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_buffer_size() local
100 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_channels() local
105 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_format() local
114 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_dump() local
140 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_set_parameters() local
172 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_parameters() local
195 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_latency() local
205 struct generic_stream_out *out = (struct generic_stream_out *)args; in out_write_worker() local
285 static void get_current_output_position(struct generic_stream_out *out, in get_current_output_position()
[all …]
/device/amlogic/yukawa/hal/audio/
Daudio_hw.c135 static void out_set_eq(struct alsa_stream_out* out) { in out_set_eq()
156 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream()
194 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_sample_rate() local
218 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local
225 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local
235 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby()
254 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local
274 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local
308 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local
323 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/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/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/hikey/audio/
Daudio_hw.c181 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in xa_device_run() local
251 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream()
281 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_sample_rate() local
305 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local
312 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local
322 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby()
338 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local
361 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local
400 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local
415 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_write() local
[all …]
/device/linaro/dragonboard/audio/
Daudio_hw.c260 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() local
271 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_buffer_size() local
280 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_channels() local
286 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_format() local
298 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_dump() local
360 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_parameters() local
408 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_latency() local
420 struct generic_stream_out *out = (struct generic_stream_out *)args; in out_write_worker() local
497 static void get_current_output_position(struct generic_stream_out *out, in get_current_output_position()
539 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_write() local
[all …]
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c263 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() local
274 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_buffer_size() local
283 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_channels() local
289 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_format() local
301 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_dump() local
363 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_parameters() local
411 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_latency() local
423 struct generic_stream_out *out = (struct generic_stream_out *)args; in out_write_worker() local
500 static void get_current_output_position(struct generic_stream_out *out, in get_current_output_position()
542 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_write() local
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Dtinyvprintf.c61 int tiny_vsprintf(char *out, const char *fmt, va_list ap) in tiny_vsprintf()
190 int tiny_sprintf(char *out, const char *fmt, ...) in tiny_sprintf()
/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/cuttlefish/host/commands/fetcher/
Dbuild_api.cc62 std::ostream& operator<<(std::ostream& out, const DeviceBuild& build) { in operator <<()
66 std::ostream& operator<<(std::ostream& out, const DirectoryBuild& build) { in operator <<()
71 std::ostream& operator<<(std::ostream& out, const Build& build) { in operator <<()
/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.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
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
/device/generic/goldfish-opengl/system/vulkan_enc/
DHostVisibleMemoryVirtualization.cpp216 HostMemAlloc* out) { in finishHostMemAllocInit()
273 SubAlloc* out) { in subAllocHostMemory()
DAndroidHardwareBuffer.cpp194 struct AHardwareBuffer **out) { in createAndroidHardwareBuffer()
/device/google/cuttlefish/common/libs/utils/
Dbase64.cpp23 bool EncodeBase64(const void *data, size_t size, std::string *out) { in EncodeBase64()
Dnetwork.cpp61 const std::size_t expected_size, int base, std::uint8_t* out) { in ParseAddress()
195 std::ostream& operator<<(std::ostream& out, const DnsmasqDhcp4Lease& lease) { in operator <<()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc50 std::stringstream out; in WriteMiscInfo() local
/device/generic/opengl-transport/host/commands/emugen/
DParser.cpp30 std::vector<std::string>* out, in parseTypeTokens()
/device/linaro/dragonboard/qcom/qrtr/
DMakefile54 out := out macro

123