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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 153 PORT_SetEventMask(handle, PORT_EV_RXCHAR);
  /system/bt/stack/include/
port_api.h 289 * Function PORT_SetEventMask
298 extern int PORT_SetEventMask(uint16_t port_handle, uint32_t mask);
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 141 ASSERT_EQ(PORT_SetEventMask(*server_handle, PORT_EV_RXCHAR), PORT_SUCCESS);
286 ASSERT_EQ(PORT_SetEventMask(*client_handle, PORT_EV_RXCHAR), PORT_SUCCESS);
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 230 PORT_SetEventMask(handle, BTA_AG_PORT_EV_MASK);
  /system/bt/bta/jv/
bta_jv_act.cc     [all...]
  /system/bt/stack/rfcomm/
port_api.cc 447 * Function PORT_SetEventMask
455 int PORT_SetEventMask(uint16_t port_handle, uint32_t mask) {
458 RFCOMM_TRACE_API("PORT_SetEventMask() handle:%d mask:0x%x", port_handle,
    [all...]

Completed in 77 milliseconds