| /device/generic/vulkan-cereal/third-party/glm/include/glm/detail/ |
| D | func_packing.inl | 15 uint out; member 31 u16 out[2]; member 44 uint out; member 60 i16 out[2]; member 73 uint out; member 91 u8 out[4]; member 104 uint out; member 122 i8 out[4]; member 135 double out; member 149 uint out[2]; member [all …]
|
| /device/google/cuttlefish/guest/hals/health/ |
| D | health-aidl.cpp | 80 ScopedAStatus HealthImpl::getChargeCounterUah(int32_t* out) { in getChargeCounterUah() 85 ScopedAStatus HealthImpl::getCurrentNowMicroamps(int32_t* out) { in getCurrentNowMicroamps() 94 ScopedAStatus HealthImpl::getCapacity(int32_t* out) { in getCapacity() 99 ScopedAStatus HealthImpl::getChargeStatus(BatteryStatus* out) { in getChargeStatus()
|
| /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 …]
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | shared_fd_flag.cpp | 34 static bool Set(const FlagMatch& match, SharedFD& out) { in Set() 48 Flag SharedFDFlag(SharedFD& out) { in SharedFDFlag() 51 Flag SharedFDFlag(const std::string& name, SharedFD& out) { in SharedFDFlag()
|
| D | flag_parser.cpp | 35 std::ostream& operator<<(std::ostream& out, const FlagAlias& alias) { in operator <<() 308 std::ostream& operator<<(std::ostream& out, const Flag& flag) { in operator <<() 354 bool WriteGflagsCompatXml(const std::vector<Flag>& flags, std::ostream& out) { in WriteGflagsCompatXml() 416 Flag HelpXmlFlag(const std::vector<Flag>& flags, std::ostream& out, bool& value, in HelpXmlFlag()
|
| /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/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/poplar/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 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/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_dispatch.cpp | 707 VulkanDispatch* out) { in init_vulkan_dispatch_from_system_loader() 2255 VulkanDispatch* out) { in init_vulkan_dispatch_from_instance() 4145 void init_vulkan_dispatch_from_device(VulkanDispatch* vk, VkDevice device, VulkanDispatch* out) { in init_vulkan_dispatch_from_device()
|
| /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/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/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/trout/hal/dumpstate/aidl/1.0/ |
| D | DumpstateServer.cpp | 30 ServiceDescriptor::Error DumpstateServer::GetSystemLogs(ServiceDescriptor::OutputConsumer* out) { in GetSystemLogs() 48 ServiceDescriptor::OutputConsumer* out) { in GetServiceLogs()
|
| /device/google/cuttlefish/host/libs/web/http_client/unittest/ |
| D | sso_client_test.cc | 57 auto exec = [&](Command&&, const std::string*, std::string* out, std::string*, in TEST() 76 auto exec = [&](Command&&, const std::string*, std::string* out, std::string*, in TEST() 77 SubprocessOptions) { in TEST() 169 SubprocessOptions) { in TEST() 194 std::string* err, SubprocessOptions) { in TEST()
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | astcenc_diagnostic_trace.cpp | 94 auto& out = g_TraceLog->m_file; in TraceNode() local 136 auto& out = g_TraceLog->m_file; in add_attrib() local 156 auto& out = g_TraceLog->m_file; in ~TraceNode() local
|
| /device/generic/goldfish/fingerprint/ |
| D | hal.cpp | 30 ndk::ScopedAStatus Hal::getSensorProps(std::vector<SensorProps>* out) { in getSensorProps() 78 std::shared_ptr<ISession>* out) { in createSession()
|
| D | session.cpp | 161 std::shared_ptr<common::ICancellationSignal>* out) { in enroll() 199 std::shared_ptr<common::ICancellationSignal>* out) { in authenticate() 229 std::shared_ptr<common::ICancellationSignal>* out) { in detectInteraction()
|
| /device/generic/goldfish/radio/include/telephony/ |
| D | ril_mnc.h | 108 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
|
| /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_elf.c | 229 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
|
| 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
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ |
| D | rgtc.cpp | 73 void rgtc_decode_subblock(const uint32_t* data, T* out, int step, T d0, T d1 ) { in rgtc_decode_subblock() 101 int rgtc_decode_image(const uint8_t* in, RGTCImageFormat format, uint8_t* out, uint32_t width, in rgtc_decode_image()
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | AndroidVulkanDispatch.cpp | 34 android_vulkan_dispatch* out = new android_vulkan_dispatch; in load_android_vulkan_dispatch() local
|