Home
last modified time | relevance | path

Searched refs:setTo (Results 1 – 10 of 10) sorted by relevance

/device/google/contexthub/util/common/
Dfile.cpp33 mInitCheck = setTo(path, mode); in File()
44 status_t File::setTo(const char *path, const char *mode) { in setTo() function in android::File
Dfile.h35 status_t setTo(const char *path, const char *mode);
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DSDP.h28 int setTo(const std::string &data);
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp147 CHECK(f.setTo(iface.name)) << iface.name; in allTreeHidlInterfaces()
233 ASSERT_TRUE(missing.setTo(package, major, maxMinor)); in TEST()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPRequestResponse.h31 int setTo(const uint8_t *data, size_t size);
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPRequestResponse.cpp28 int HTTPRequestResponse::setTo(const uint8_t *data, size_t size) { in setTo() function in HTTPRequestResponse
DHTTPClientConnection.cpp188 if (response.setTo(mInBuffer.data(), len) < 0) { in handleResponse()
DHTTPServer.cpp83 request.setTo(data, size); in handleSingleRequest()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DSDP.cpp46 int SDP::setTo(const std::string &data) { in setTo() function in SDP
DMyWebSocketHandler.cpp125 int err = mOfferedSDP.setTo(obj["sdp"].asString()); in handleMessage()