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

  /frameworks/av/media/libaah_rtp/
aah_rx_player_core.cpp 93 if (sock_fd_ >= 0) {
99 res = setsockopt(sock_fd_,
109 close(sock_fd_);
110 sock_fd_ = -1;
137 CHECK(sock_fd_ < 0);
140 sock_fd_ = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
141 if (sock_fd_ < 0) {
147 flags = fcntl(sock_fd_, F_GETFL);
148 res = fcntl(sock_fd_, F_SETFL, flags | O_NONBLOCK);
151 sock_fd_, errno)
    [all...]
aah_rx_player.cpp 45 sock_fd_ = -1;
165 CHECK(sock_fd_ < 0);
202 CHECK(sock_fd_ < 0);
aah_rx_player.h 279 int sock_fd_; member in class:android::AAH_RXPlayer

Completed in 627 milliseconds