| /device/google/contexthub/firmware/os/core/ |
| D | sensors.c | 93 struct Sensor *s; in sensorRegisterEx() local 146 struct Sensor *s = sensorFindByHandle(handle); in sensorRegisterInitComplete() local 159 struct Sensor *s = sensorFindByHandle(handle); in sensorUnregister() local 189 static bool sensorCallFuncPower(struct Sensor* s, bool on) in sensorCallFuncPower() 212 static bool sensorCallAsOwner(struct Sensor* s, bool (*callback)(void*)) in sensorCallAsOwner() 217 static bool sensorCallFuncFwUpld(struct Sensor* s) in sensorCallFuncFwUpld() 230 static bool sensorCallFuncSetRate(struct Sensor* s, uint32_t rate, uint64_t latency) in sensorCallFuncSetRate() 252 static bool sensorCallFuncCalibrate(struct Sensor* s) in sensorCallFuncCalibrate() 260 static bool sensorCallFuncSelfTest(struct Sensor* s) in sensorCallFuncSelfTest() 268 static bool sensorCallFuncFlush(struct Sensor* s) in sensorCallFuncFlush() [all …]
|
| D | printf.c | 164 static uint32_t StrVPrintf_StrLen_withMax(const char* s, uint32_t max) in StrVPrintf_StrLen_withMax() 173 static uint32_t StrVPrintf_StrLen(const char* s) in StrVPrintf_StrLen()
|
| /device/generic/goldfish/camera/ |
| D | metadata_utils.cpp | 154 int s = 0; in prettyPrintCameraMetadata() local 163 int s = 0; in prettyPrintCameraMetadata() local 172 int s = 0; in prettyPrintCameraMetadata() local 181 int s = 0; in prettyPrintCameraMetadata() local 190 int s = 0; in prettyPrintCameraMetadata() local 199 int s = 0; in prettyPrintCameraMetadata() local
|
| D | utils.h | 29 ndk::ScopedAStatus toScopedAStatus(const aidl::android::hardware::camera::common::Status s) { in toScopedAStatus()
|
| D | CameraDeviceSession.cpp | 181 for (const auto& s : cfg.streams) { in configureStreams() local 277 const Status s = processOneCaptureRequest(r); in processCaptureRequest() local 373 for (const auto& s : cfg.streams) { in configureStreamsStatic() local
|
| /device/google/cuttlefish/host/frontend/webrtc_operator/ |
| D | utils.cpp | 19 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString() 24 const std::string &s, const std::string &separator) { in SplitString() 41 bool StartsWith(const std::string &s, const std::string &prefix) { in StartsWith()
|
| /device/google/contexthub/firmware/lib/libc/ |
| D | bcopy.c | 80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() argument 81 #define TLOOP1(s) do { s; } while (--t) in memcpy() argument
|
| D | strncpy.c | 46 const char *s = src; in strncpy() local
|
| /device/linaro/dragonboard/shared/utils/bdaddr/ |
| D | bdaddr.c | 80 int s = socket(PF_BLUETOOTH, SOCK_RAW | SOCK_CLOEXEC, BTPROTO_HCI); in btmgmt_connect() local 97 static void btmgmt_request_config_info(int s) { in btmgmt_request_config_info() 110 static void btmgmt_set_public_addr(int s, const uint8_t bdaddr[MAC_ADDRESS_SIZE]) { in btmgmt_set_public_addr() 172 int s = btmgmt_connect(); in main() local
|
| /device/google/contexthub/firmware/os/inc/ |
| D | sensors_priv.h | 70 #define EXT_APP_TID(s) HANDLE_TO_TID(s->handle) argument 71 #define LOCAL_APP_OPS(s) ((const struct SensorOps*)taggedPtrToPtr(s->callInfo)) argument 72 #define IS_LOCAL_APP(s) (taggedPtrIsPtr(s->callInfo)) argument
|
| /device/google/contexthub/firmware/lib/builtins/ |
| D | int_lib.h | 35 } s; member 45 } s; member
|
| D | moddi3.c | 23 di_int s = b >> bits_in_dword_m1; /* s = b < 0 ? -1 : 0 */ in __moddi3() local
|
| D | aeabi_l2f.c | 33 const di_int s = a >> (N-1); in __aeabi_l2f() local
|
| D | udivmoddi4.c | 223 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4() local
|
| /device/google/cuttlefish/common/libs/confui/ |
| D | packet.cpp | 27 static std::optional<std::vector<std::uint8_t>> ReadRawData(SharedFD s) { in ReadRawData() 145 std::optional<ParsedPacket> ReadPayload(SharedFD s) { in ReadPayload()
|
| /device/google/gs-common/powerstats/ |
| D | TpuDvfsStateResidencyDataProvider.cpp | 45 StateResidency s = {.id = i, .totalTimeInStateMs = 0}; in getStateResidencies() local 93 State s = in getInfo() local
|
| D | DevfreqStateResidencyDataProvider.cpp | 82 StateResidency s = {.id = id++, .totalTimeInStateMs = totalTimeMs}; in getStateResidencies() local 100 State s = {.id = id++, .name = std::to_string(frequencyHz / 1000) + "MHz"}; in getInfo() local
|
| D | DisplayMrrStateResidencyDataProvider.cpp | 108 StateResidency s = {.id = i, .totalTimeInStateMs = 0}; in getStateResidencies() local 158 State s = { .id = id, .name = name }; in getInfo() local
|
| /device/google/cuttlefish/common/libs/utils/ |
| D | collect.h | 56 Result<typename std::remove_reference<S>::type> AtMostN(S&& s, const size_t n) { in AtMostN()
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | ef_sqrt.c | 33 __int32_t ix,s,q,m,t,i; local
|
| D | ef_asin.c | 47 float t,w,p,q,c,r,s; local
|
| /device/google/cuttlefish/host/commands/log_tee/ |
| D | log_tee.cpp | 186 int s = int_fd->Read(&siginfo, sizeof(siginfo)); in main() local
|
| /device/google/cuttlefish/host/commands/assemble_cvd/ |
| D | flag_feature.cpp | 30 static std::string XmlEscape(const std::string& s) { in XmlEscape()
|
| /device/google/contexthub/firmware/os/algos/ |
| D | ap_hub_sync.c | 23 #define S_IN_NS(s) (UINT64_C(1000000000)*(s)) argument
|
| /device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/ |
| D | WifiE2eTests.java | 183 try (Socket s = new Socket()) { in testWifiConnects()
|