Searched refs:push_command (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/hci/ |
D | le_address_manager.cc | 205 void LeAddressManager::push_command(Command command) { in push_command() function in bluetooth::hci::LeAddressManager 375 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command)).Invoke(); in AddDeviceToConnectList() 386 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command)).Invoke(); in AddDeviceToResolvingList() 393 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command)).Invoke(); in RemoveDeviceFromConnectList() 401 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command)).Invoke(); in RemoveDeviceFromResolvingList() 407 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command)).Invoke(); in ClearConnectList() 413 handler_->BindOnceOn(this, &LeAddressManager::push_command, std::move(command)).Invoke(); in ClearResolvingList()
|
D | le_address_manager.h | 116 void push_command(Command command);
|
/system/nfc/ |
D | run_unit_tests.sh | 94 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
|
/system/bt/test/ |
D | run_benchmarks.sh | 98 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
|
D | run_unit_tests.sh | 125 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
|