/external/webrtc/webrtc/p2p/base/ |
stunserver.cc | 55 SendResponse(response, remote_addr); 70 SendResponse(err_msg, addr); 73 void StunServer::SendResponse(
|
stunserver.h | 52 void SendResponse(const StunMessage& msg,
|
teststunserver.h | 48 SendResponse(response, remote_addr);
|
turnserver.cc | 647 SendResponse(&response); 668 SendResponse(&response); 716 SendResponse(&response); 765 SendResponse(&response); 869 void TurnServerAllocation::SendResponse(TurnMessage* msg) {
|
turnserver.h | 114 void SendResponse(TurnMessage* msg);
|
/system/bt/service/common/android/bluetooth/ |
IBluetoothGattServer.aidl | 31 boolean SendResponse(
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
router_test_util.cc | 63 bool result = SendResponse(message->name(), message->request_id(), 71 bool ResponseGenerator::SendResponse(uint32_t name, 107 SendResponse(name_, request_id_, request_string_.c_str(), responder_);
|
router_test_util.h | 48 bool SendResponse(uint32_t name,
|
/system/bt/service/example/heart_rate/ |
heart_rate_server.cc | 330 gatt_->SendResponse(server_if_, device_address, request_id, error, offset, 346 gatt_->SendResponse(server_if_, device_address, request_id, 364 gatt_->SendResponse(server_if_, device_address, request_id, error, offset, 382 gatt_->SendResponse(server_if_, device_address, request_id, 395 gatt_->SendResponse(server_if_, device_address, request_id, 407 gatt_->SendResponse(server_if_, device_address, request_id, 425 gatt_->SendResponse(server_if_, device_address, request_id, 438 gatt_->SendResponse(server_if_, device_address, request_id, 458 gatt_->SendResponse(server_if_, device_address, request_id, 469 gatt_->SendResponse(server_if_, device_address, request_id [all...] |
/system/bt/service/test/ |
gatt_server_unittest.cc | 45 MOCK_METHOD4(SendResponse, bt_status_t(int, int, int, btgatt_response_t*)); 399 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, 454 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress1, kReqId0, 458 EXPECT_FALSE(gatt_server_->SendResponse( 462 SendResponse(kConnId0, kReqId0, BT_STATUS_SUCCESS, _)) 468 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, 472 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId0, 476 EXPECT_FALSE(gatt_server_->SendResponse(kTestAddress0, kReqId0, 480 SendResponse(kConnId0, kReqId1, BT_STATUS_SUCCESS, _)) 485 EXPECT_TRUE(gatt_server_->SendResponse(kTestAddress0, kReqId1 [all...] |
/external/libchrome/dbus/ |
exported_object.cc | 231 base::Bind(&ExportedObject::SendResponse, 248 base::Bind(&ExportedObject::SendResponse, 254 void ExportedObject::SendResponse(base::TimeTicks start_time,
|
exported_object.h | 149 void SendResponse(base::TimeTicks start_time, 153 // Called on completion of the method run from SendResponse().
|
/system/bt/service/ipc/binder/ |
bluetooth_gatt_server_binder_server.h | 57 Status SendResponse(int32_t server_id,
|
bluetooth_gatt_server_binder_server.cc | 110 Status BluetoothGattServerBinderServer::SendResponse( 123 *_aidl_return = gatt_server->SendResponse(
|
/system/bt/service/hal/ |
fake_bluetooth_gatt_interface.h | 60 virtual bt_status_t SendResponse(int conn_id, int trans_id, int status,
|
fake_bluetooth_gatt_interface.cc | 98 return g_server_handler->SendResponse(conn_id, trans_id, status, response);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdhost.h | 173 virtual HRESULT STDMETHODCALLTYPE SendResponse( 204 HRESULT (STDMETHODCALLTYPE *SendResponse)( 229 #define IWSDServiceMessaging_SendResponse(This,pBody,pOperation,pMessageParameters) (This)->lpVtbl->SendResponse(This,pBody,pOperation,pMessageParameters) 244 return This->lpVtbl->SendResponse(This,pBody,pOperation,pMessageParameters);
|
/system/bt/service/ |
gatt_server.h | 51 // calling SendResponse below. 60 // calling SendResponse below. 69 // calling SendResponse, if the |need_response| parameter is true. Otherwise 70 // this is a "Write Without Reponse" procedure and SendResponse will fail. 83 // calling SendResponse, if the |need_response| parameter is true. Otherwise 84 // this is a "Write Without Response" procedure and SendResponse will fail. 97 // call "SendResponse" to complete the procedure. 144 bool SendResponse(const std::string& device_address, int request_id,
|
gatt_server.cc | 114 bool GattServer::SendResponse(const std::string& device_address, int request_id,
|