HomeSort by relevance Sort by last modified time
    Searched refs:connection_str (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/camera/
QemuClient.cpp 232 char* connection_str = new char[strlen(mCameraServiceName) + local
234 sprintf(connection_str, "qemud:%s:%s", mCameraServiceName, param);
236 mPipeFD = qemu_pipe_open(connection_str);
237 delete[] connection_str;
  /system/core/adb/
adb.cpp 214 std::string connection_str = get_connection_string(); local
217 if (connection_str.length() > MAX_PAYLOAD_V1) {
219 << connection_str.length() << ")";
222 memcpy(cp->data, connection_str.c_str(), connection_str.length());
223 cp->msg.data_length = connection_str.length();
    [all...]

Completed in 117 milliseconds