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

  /system/bt/service/common/bluetooth/binder/
IBluetoothGattClient.h 61 virtual bool RegisterClient(
98 bool RegisterClient(
IBluetoothGattClient.cpp 47 bool result = RegisterClient(
73 bool BpBluetoothGattClient::RegisterClient(
IBluetoothLowEnergy.h 71 virtual bool RegisterClient(
124 bool RegisterClient(
IBluetoothLowEnergy.cpp 52 bool result = RegisterClient(
162 bool BpBluetoothLowEnergy::RegisterClient(
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.h 41 bool RegisterClient(
bluetooth_gatt_client_binder_server.cpp 35 bool BluetoothGattClientBinderServer::RegisterClient(
bluetooth_low_energy_binder_server.h 46 bool RegisterClient(
bluetooth_low_energy_binder_server.cpp 38 bool BluetoothLowEnergyBinderServer::RegisterClient(
  /system/bt/service/test/
gatt_client_unittest.cpp 36 MOCK_METHOD1(RegisterClient, bt_status_t(bt_uuid_t*));
94 EXPECT_CALL(*mock_handler_, RegisterClient(_))
133 EXPECT_CALL(*mock_handler_, RegisterClient(_))
low_energy_client_unittest.cpp 46 MOCK_METHOD1(RegisterClient, bt_status_t(bt_uuid_t*));
232 EXPECT_CALL(*mock_handler_, RegisterClient(_))
296 EXPECT_CALL(*mock_handler_, RegisterClient(_))
335 EXPECT_CALL(*mock_handler_, RegisterClient(_))
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.h 121 bool RegisterClient(HANDLE pipe);
crash_generation_client.cc 190 bool success = RegisterClient(pipe);
229 bool CrashGenerationClient::RegisterClient(HANDLE pipe) {
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 36 virtual bt_status_t RegisterClient(bt_uuid_t* app_uuid) = 0;
fake_bluetooth_gatt_interface.cpp 31 return g_client_handler->RegisterClient(app_uuid);
  /system/bt/service/client/
main.cpp 358 bool status = ble_iface->RegisterClient(new CLIBluetoothLowEnergyCallback());
414 bool status = gatt_iface->RegisterClient(new CLIGattClientCallback());
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 334 ble->RegisterClient(new CLIBluetoothLowEnergyCallback(bluetooth_));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 387 STDMETHOD(RegisterClient)(THIS_ REFGUID rguid, LPDWORD lpdwID) PURE;
434 #define IDirect3DRM3_RegisterClient(p,a,b) (p)->lpVtbl->RegisterClient(p,a,b)
    [all...]

Completed in 1292 milliseconds