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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 150 const uint8* send_key, int send_key_len,
158 if (!send_session_->SetSend(send_cs, send_key, send_key_len))
181 const uint8* send_key, int send_key_len,
194 if (!send_rtcp_session_->SetRecv(send_cs, send_key, send_key_len))
412 uint8 send_key[SRTP_MASTER_KEY_LEN], recv_key[SRTP_MASTER_KEY_LEN]; local
413 ret = (ParseKeyParams(send_params.key_params, send_key, sizeof(send_key)) &&
418 send_key, sizeof(send_key)) &&
channel.cc 834 std::vector<unsigned char> *send_key, *recv_key; local
842 send_key = &server_write_key;
845 send_key = &client_write_key;
852 &(*send_key)[0],
853 static_cast<int>(send_key->size()),
860 &(*send_key)[0],
861 static_cast<int>(send_key->size()),
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 142 static void send_key (int fd, uint16_t key, int pressed);
245 void send_key (int fd, uint16_t key, int pressed) function
589 send_key(uinput_fd, key_map[i].mapped_id, pressed);
595 send_key(uinput_fd, key_map[i].mapped_id, 0);
    [all...]

Completed in 1690 milliseconds