Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 118) sorted by relevance

12345

/device/google/contexthub/firmware/os/core/
Dsensors.c93 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 …]
Dprintf.c164 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/
Dmetadata_utils.cpp154 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
Dutils.h29 ndk::ScopedAStatus toScopedAStatus(const aidl::android::hardware::camera::common::Status s) { in toScopedAStatus()
DCameraDeviceSession.cpp181 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/
Dutils.cpp19 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/
Dbcopy.c80 #define TLOOP(s) if (t) TLOOP1(s) in memcpy() argument
81 #define TLOOP1(s) do { s; } while (--t) in memcpy() argument
Dstrncpy.c46 const char *s = src; in strncpy() local
/device/linaro/dragonboard/shared/utils/bdaddr/
Dbdaddr.c80 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/
Dsensors_priv.h70 #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/
Dint_lib.h35 } s; member
45 } s; member
Dmoddi3.c23 di_int s = b >> bits_in_dword_m1; /* s = b < 0 ? -1 : 0 */ in __moddi3() local
Daeabi_l2f.c33 const di_int s = a >> (N-1); in __aeabi_l2f() local
Dudivmoddi4.c223 const di_int s = (di_int)(d.all - r.all - 1) >> (n_udword_bits - 1); in __udivmoddi4() local
/device/google/cuttlefish/common/libs/confui/
Dpacket.cpp27 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/
DTpuDvfsStateResidencyDataProvider.cpp45 StateResidency s = {.id = i, .totalTimeInStateMs = 0}; in getStateResidencies() local
93 State s = in getInfo() local
DDevfreqStateResidencyDataProvider.cpp82 StateResidency s = {.id = id++, .totalTimeInStateMs = totalTimeMs}; in getStateResidencies() local
100 State s = {.id = id++, .name = std::to_string(frequencyHz / 1000) + "MHz"}; in getInfo() local
DDisplayMrrStateResidencyDataProvider.cpp108 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/
Dcollect.h56 Result<typename std::remove_reference<S>::type> AtMostN(S&& s, const size_t n) { in AtMostN()
/device/google/contexthub/firmware/lib/libm/
Def_sqrt.c33 __int32_t ix,s,q,m,t,i; local
Def_asin.c47 float t,w,p,q,c,r,s; local
/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp186 int s = int_fd->Read(&siginfo, sizeof(siginfo)); in main() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflag_feature.cpp30 static std::string XmlEscape(const std::string& s) { in XmlEscape()
/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c23 #define S_IN_NS(s) (UINT64_C(1000000000)*(s)) argument
/device/google/cuttlefish/tests/wifi/src/com/android/cuttlefish/wifi/tests/
DWifiE2eTests.java183 try (Socket s = new Socket()) { in testWifiConnects()

12345