| /device/htc/flounder/audio/hal/ |
| D | audio_hw.c | 1133 struct stream_out *out = adev->primary_output; in put_echo_reference() local 1230 static int get_playback_delay(struct stream_out *out, in get_playback_delay() 2111 void lock_output_stream(struct stream_out *out) in lock_output_stream() 2120 static int send_offload_cmd_l(struct stream_out* out, int command) in send_offload_cmd_l() 2133 static void stop_compressed_output_l(struct stream_out *out) in stop_compressed_output_l() 2146 struct stream_out *out = (struct stream_out *) context; in offload_thread_loop() local 2231 static int create_offload_callback_thread(struct stream_out *out) in create_offload_callback_thread() 2240 static int destroy_offload_callback_thread(struct stream_out *out) in destroy_offload_callback_thread() 2254 struct stream_out *out = (struct stream_out *)usecase->stream; in uc_release_pcm_devices() local 2272 struct stream_out *out = (struct stream_out *)usecase->stream; in uc_select_pcm_devices() local [all …]
|
| /device/google/contexthub/firmware/src/algos/ |
| D | mat.c | 59 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) in mat33Apply() 68 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *B) in mat33Multiply() 101 void mat33Add(struct Mat33 *out, const struct Mat33 *A) in mat33Add() 113 void mat33Sub(struct Mat33 *out, const struct Mat33 *A) in mat33Sub() 147 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *B) in mat33MultiplyTransposed() 168 void mat33MultiplyTransposed2(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *B) in mat33MultiplyTransposed2() 189 void mat33Invert(struct Mat33 *out, const struct Mat33 *A) in mat33Invert() 237 void mat33Transpose(struct Mat33 *out, const struct Mat33 *A) in mat33Transpose() 473 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) in mat44Apply()
|
| D | fusion.c | 234 static void matrixCross(struct Mat33 *out, struct Vec3 *p, float diag) { in matrixCross() 401 static void scaleCovariance(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *P) { in scaleCovariance()
|
| D | mag_cal.c | 87 struct Vec4 out; in moc_fit() local
|
| /device/linaro/hikey/audio/ |
| D | audio_hw.c | 89 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 132 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_buffer_size() local 144 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_channels() local 151 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_format() local 161 static int do_output_standby(struct alsa_stream_out *out) in do_output_standby() 177 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_standby() local 197 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_set_parameters() local 232 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_get_latency() local 247 struct alsa_stream_out *out = (struct alsa_stream_out *)stream; in out_write() local [all …]
|
| /device/google/dragon/audio/hal/ |
| D | audio_hw.c | 1465 static void lock_output_stream(struct stream_out *out) in lock_output_stream() 1474 struct stream_out *out = (struct stream_out *)usecase->stream; in uc_release_pcm_devices() local 1492 struct stream_out *out = (struct stream_out *)usecase->stream; in uc_select_pcm_devices() local 1520 static int out_close_pcm_devices(struct stream_out *out) in out_close_pcm_devices() 1554 static int out_open_pcm_devices(struct stream_out *out) in out_open_pcm_devices() 1612 static int disable_output_path_l(struct stream_out *out) in disable_output_path_l() 1631 static void enable_output_path_l(struct stream_out *out) in enable_output_path_l() 1650 static int stop_output_stream(struct stream_out *out) in stop_output_stream() 1665 int start_output_stream(struct stream_out *out) in start_output_stream() 1800 struct stream_out *out = (struct stream_out *)stream; in out_get_sample_rate() local [all …]
|
| D | utlist.h | 116 #define LL_SEARCH_SCALAR(head, out, field, val) \ argument 123 #define LL_SEARCH_SCALAR_WITH_CAST(head, out, nout, field, val) \ argument 133 #define LL_SEARCH(head, out, elt, cmp) \ argument
|
| D | dictionary.c | 337 void dictionary_dump(dictionary * d, FILE * out) in dictionary_dump()
|
| /device/google/contexthub/util/common/ |
| D | JSONObject.cpp | 35 static ssize_t parseInt32(const char *data, size_t numDigits, int32_t *out) { in parseInt32() 55 ssize_t JSONValue::Parse(const char *data, size_t size, JSONValue *out) { in Parse() 525 static void EscapeString(const char *in, size_t inSize, AString *out) { in EscapeString() 566 AString out; in toString() local 689 AString out; in internalToString() local 739 AString out; in internalToString() 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/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/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/contexthub/util/nanoapp_postprocess/ |
| D | postprocess.c | 227 static int finalizeAndWrite(uint8_t *buf, uint32_t bufUsed, uint32_t bufSz, FILE *out, uint32_t lay… in finalizeAndWrite() 287 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp() 787 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, b… in handleAppStatic() 828 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey() 855 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs() 904 FILE *out = NULL; in main() local
|
| /device/asus/fugu/libaudio/ |
| D | AudioHardwareOutput.cpp | 116 AudioStreamOut* out; in openOutputStream() local 144 void AudioHardwareOutput::closeOutputStream(AudioStreamOut* out) { in closeOutputStream() 310 sp<AudioOutput> out; in applyOutputSettings_l() local
|
| /device/generic/goldfish/audio/ |
| D | audio_hw.c | 104 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_dump() local 125 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_set_parameters() local 152 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_parameters() local 186 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_write() local 378 struct generic_stream_out *out; in adev_open_output_stream() local
|
| /device/google/accessory/arduino/AndroidAccessory/ |
| D | AndroidAccessory.h | 35 uint8_t out; variable
|
| /device/htc/flounder/thermal/ |
| D | thermal.c | 64 float throttling_threshold, float shutdown_threshold, temperature_t *out) { in read_temperature()
|
| /device/generic/goldfish/camera/ |
| D | CallbackNotifier.cpp | 60 int out = 0; in GetMessageStrings() local
|
| /device/moto/shamu/thermal/ |
| D | thermal.c | 72 float throttling_threshold, float shutdown_threshold, temperature_t *out) { in read_temperature()
|
| /device/huawei/angler/thermal/ |
| D | thermal.c | 76 temperature_t *out) { in read_temperature()
|
| /device/lge/bullhead/thermal/ |
| D | thermal.c | 76 temperature_t *out) { in read_temperature()
|
| /device/google/marlin/thermal/ |
| D | thermal.c | 77 temperature_t *out) { in read_temperature()
|
| /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
| D | arm_math.h | 547 uint32_t out, tempVal; in arm_recip_q31() local 598 uint32_t out = 0, tempVal = 0; in arm_recip_q15() local 5092 float32_t out; in arm_pid_f32() local 5128 q31_t out; in arm_pid_q31() local 5176 q15_t out; in arm_pid_q15() local 7142 float32_t out; in arm_bilinear_interp_f32() local 7210 q31_t out; /* Temporary output */ in arm_bilinear_interp_q31() local 7287 q31_t out; /* Temporary output */ in arm_bilinear_interp_q15() local 7367 q31_t out; /* Temporary output */ in arm_bilinear_interp_q7() local
|
| /device/google/dragon/crash_collector/ |
| D | coredump_writer.cc | 341 Phdr& out = (*program_headers_filtered)[i]; in FilterSegments() local
|
| /device/google/dragon/recovery/updater/ |
| D | debug_ec.c | 600 struct ec_response_lightbar *out) in lb_do_cmd()
|