Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/msg_queue/msg_queue.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <fstream>
#include <iostream>
#include <memory>
#include <android-base/logging.h>
Namespaces | |
namespace | cuttlefish |
Macros | |
#define | DEFAULT_MSGQ_KEY 0x1234 |
#define | HASH_MULTIPLIER 5381 |
Functions | |
key_t | cuttlefish::GenerateQueueKey (const char *str) |
#define DEFAULT_MSGQ_KEY 0x1234 |
#define HASH_MULTIPLIER 5381 |