Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 71) sorted by relevance

123

/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp63 Result res = mInterface.init(interfaceName); in init() local
232 int res = ::ppoll(&fds, 1, &ts, &pollSignalMask); in waitAndReceive() local
408 Result res = mInterface.bringUp(); in configureDhcp() local
466 Result res = mInterface.setAddress(0, 0); in haltNetwork() local
478 Result res = mSocket.receiveRawUdp(PORT_BOOTP_CLIENT, msg, &isValid); in receiveDhcpMessage() local
536 Result res = mSocket.sendRawUdp(INADDR_ANY, in sendMessage() local
Dmain.cpp58 Result res = client.init(interfaceName); in main() local
Drouter.cpp78 int res = ::sendto(mSocketFd, data, size, 0, in sendNetlinkMessage() local
/device/google/cuttlefish/host/commands/casimir_control_server/
Dcasimir_controller.cpp47 auto res = CF_EXPECT(ReadRfPacket(10s), "Failed to get NFC-A poll response"); in SelectNfcA() local
65 auto res = CF_EXPECT(ReadRfPacket(1s), "Failed to get T4AT response"); in SelectT4AT() local
98 auto res = CF_EXPECT(ReadRfPacket(3s), "Failed to get APDU response"); in SendApdu() local
138 int res = sock_.Poll(&poll_fd, 1, timeout.count()); in ReadExact() local
169 auto res = CF_EXPECT(ReadExact(sizeof(uint16_t), timeout), in ReadRfPacket() local
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.cpp572 int res = create(NL80211_CMD_VENDOR); in create() local
629 int res = nl_recvmsgs(mInfo->cmd_sock, cb); in requestResponse() local
643 int res = wifi_register_handler(wifiHandle(), cmd, event_handler, this); in requestEvent() local
670 int res = wifi_register_vendor_handler(wifiHandle(), id, subcmd, event_handler, this); in requestVendorEvent() local
697 int res = reply.parse(); in response_handler() local
710 int res = event.parse(); in event_handler() local
/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp148 Resource const* res = it.second; in dump_global_state() local
173 Resource const* res = it.second; in dump_global_state() local
180 static int sync_linear_to_iovec(Resource* res, uint64_t offset, const virgl_box* box) { in sync_linear_to_iovec()
224 static int sync_iovec_to_linear(Resource* res, uint64_t offset, const virgl_box* box) { in sync_iovec_to_linear()
479 Resource* res = it->second; in virgl_renderer_get_cursor_data() local
589 Resource* res = it->second; in virgl_renderer_submit_cmd() local
835 Resource* res = new (std::nothrow) Resource(args, num_iovs, iov); in virgl_renderer_resource_create() local
850 Resource* res = it->second; in virgl_renderer_resource_unref() local
871 Resource* res = it->second; in virgl_renderer_resource_attach_iov() local
898 Resource* res = it->second; in virgl_renderer_resource_detach_iov() local
[all …]
/device/google/trout/tools/tracing/time_utility/
DClocktimeMain.cpp50 int res = clock_gettime(type, &ts); in GetTime() local
101 int res = GetTime(GetClockId(argv[1]), &ts_ns); in main() local
115 int res = GetTime(clockid, &ts_ns); in main() local
/device/generic/goldfish-opengl/system/codecs/c2/store/
DGoldfishComponentStore.cpp81 c2_status_t res = createInterface(0, &intf); in init() local
204 c2_status_t res = mComponentFactory->createInterface( in createInterface() local
223 c2_status_t res = mComponentFactory->createComponent( in createComponent() local
352 c2_status_t res = findComponent(name, &module); in createComponent() local
365 c2_status_t res = findComponent(name, &module); in createInterface() local
/device/google/cuttlefish/common/libs/utils/
Dsignals.cpp30 auto res = sigprocmask(SIG_SETMASK, &signals, &old_mask_); in SignalMasker() local
37 auto res = sigprocmask(SIG_SETMASK, &old_mask_, NULL); in ~SignalMasker() local
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp104 h264_result_t res = {0, 0}; in decodeFrame() local
143 h264_image_t res { }; in getImage() local
176 h264_image_t res { }; in renderOnHostAndReturnImageMetadata() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DMediaHevcDecoder.cpp103 hevc_result_t res = {0, 0}; in decodeFrame() local
159 hevc_image_t res{}; in getImage() local
194 hevc_image_t res{}; in renderOnHostAndReturnImageMetadata() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DMediaH264Decoder.cpp103 h264_result_t res = {0, 0}; in decodeFrame() local
159 h264_image_t res{}; in getImage() local
194 h264_image_t res{}; in renderOnHostAndReturnImageMetadata() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java70 protected Result(Result res) { in Result() method in RemoteProxy.Result
95 private BatteryResult(Result res) { in BatteryResult()
118 private VersionResult(Result res) { in VersionResult()
147 private DfuResult(Result res) { in DfuResult()
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.cpp51 auto res = lws_write(wsi_, &ws_buffer.data[LWS_PRE], len, in WriteWsBuffer() local
96 auto res = lws_write(wsi_, reinterpret_cast<uint8_t*>(&out_buffer_[LWS_PRE]), in OnWritable() local
/device/generic/goldfish/tnc/
Dmain.cpp31 int res = ::getaddrinfo(name, port, &hints, addrs); in resolve() local
117 int res = ::ioctl(fd, SIOCBRADDBR, kBridgeName); in configureBridge() local
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp183 auto res = in Send() local
250 auto res = Select(&rset, nullptr, nullptr, nullptr); in ReadLoop() local
257 auto res = thread_notifier_->EventfdRead(&val); in ReadLoop() local
271 auto res = conn_->Recv(buffer.data(), buffer.size(), MSG_TRUNC); in ReadLoop() local
472 auto res = lws_write(wsi_, buffer.data(), buffer.size(), in OnWriteable() local
/device/google/tangorpro/cast_auth/mediadrm/include/
DUtils.h32 inline ::ndk::ScopedAStatus toNdkScopedAStatus(castkeydrm::CdmResponseType res) { in toNdkScopedAStatus()
/device/sample/apps/client/src/com/example/android/platform_library/client/
DClient.java35 int res = pl.getInt(false); in onCreate() local
/device/google/cuttlefish/host/libs/location/
DStringParse.cpp32 const int res = ::vsscanf(string, format, args); in SscanfWithCLocale() local
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp44 auto res = controller_.OnCreateSDPSuccess(desc); in OnSuccess() local
120 auto res = sig_handler_.SendMessage(reply); in FailConnection() local
405 auto res = sig_handler_.SendMessage(reply); in OnIceCandidate() local
/device/sample/etc/
Dfix_apns_full_conf.py81 res = "network_type_bitmask=\"" + networktypes + "\"" variable
/device/google/cuttlefish/guest/commands/rename_netiface/
Dmain.cpp43 bool res = false; in main() local
/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp353 optional<bool> res = hwProxy_->validateAccessControlProfile( in startRetrieval() local
402 optional<bool> res = hwProxy_->validateAccessControlProfile( in startRetrieval() local
785 AccessCheckResult res = in startRetrieveEntryValue() local
/device/google/cuttlefish/host/commands/process_sandboxer/
Dmain.cpp72 auto res = sb.Run(); in ProcessSandboxerMain() local
/device/google/cuttlefish/host/commands/mkenvimage_slim/
Dmkenvimage_slim.cc86 auto res = cuttlefish::MkenvimageSlimMain(argc, argv); in main() local

123