/packages/modules/Bluetooth/system/gd/common/ |
D | circular_buffer_test.cc | 37 buffer.Push(std::string("One")); in TEST() 38 buffer.Push(std::string("Two")); in TEST() 39 buffer.Push(std::string("Three")); in TEST() 55 buffer.Push(std::string("One")); in TEST() 56 buffer.Push(std::string("Two")); in TEST() 57 buffer.Push(std::string("Three")); in TEST() 74 buffer.Push(std::string("One")); in TEST() 75 buffer.Push(std::string("Two")); in TEST() 76 buffer.Push(std::string("Three")); in TEST() 94 buffer.Push(std::string(buf)); in TEST()
|
D | circular_buffer.h | 35 void Push(T item); 74 void Push(T item); 89 void bluetooth::common::CircularBuffer<T>::Push(const T item) { in Push() function 117 void bluetooth::common::TimestampedCircularBuffer<T>::Push(const T item) { in Push() function 119 bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Push(timestamped_entry); in Push()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.cc | 51 gatt_history_.Push(base::StringPrintf( in __anon3962861c0202() 59 gatt_history_.Push( in __anon3962861c0302() 67 gatt_history_.Push(base::StringPrintf( in __anon3962861c0402() 75 gatt_history_.Push(base::StringPrintf("%-32s eatt_support:%c", in __anon3962861c0502() 82 gatt_history_.Push( in __anon3962861c0602() 88 gatt_history_.Push(base::StringPrintf( in __anon3962861c0702() 99 gatt_history_.Push(base::StringPrintf( in __anon3962861c0802() 112 gatt_history_.Push(entry); in gatt_history_callback()
|
D | bta_dm_disc_legacy.cc | 143 disc_gatt_history_.Push(base::StringPrintf( in __anonf50479c50302() 151 disc_gatt_history_.Push( in __anonf50479c50402() 159 disc_gatt_history_.Push(base::StringPrintf( in __anonf50479c50502() 167 disc_gatt_history_.Push( in __anonf50479c50602() 174 disc_gatt_history_.Push( in __anonf50479c50702() 180 disc_gatt_history_.Push(base::StringPrintf( in __anonf50479c50802() 191 disc_gatt_history_.Push(base::StringPrintf( in __anonf50479c50902() 1778 disc_gatt_history_.Push(base::StringPrintf( in bta_dm_gattc_register() 1929 disc_gatt_history_.Push(base::StringPrintf( in bta_dm_proc_open_evt() 1973 disc_gatt_history_.Push(base::StringPrintf( in bta_dm_gattc_callback() [all …]
|
D | bta_dm_device_search.cc | 856 search_state_history_.Push({ in bta_dm_search_sm_execute()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | messenger.cc | 43 void Push(T elem) { callback_queue.push_back(elem); } in Push() function 59 void Push(std::shared_ptr<callback_params_t> elem) { in Push() function 61 callback_queue.Push(elem); in Push() 107 messenger::callback_data_.Push(std::make_shared<acl_state_changed_params_t>( in start_messenger() 112 messenger::callback_data_.Push( in start_messenger() 118 messenger::callback_data_.Push(std::make_shared<device_found_params_t>( in start_messenger() 123 messenger::callback_data_.Push( in start_messenger()
|
D | README.md | 17 Install: Push the binary to an executable area on target device.
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_log_history.cc | 43 void Push(const std::string& s) { in Push() function in TimestampedStringCircularBuffer 44 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push() 49 void Push(Args... args) { in Push() function in TimestampedStringCircularBuffer 52 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push() 74 history_->Push(std::string("Initialized le_audio history")); in LeAudioLogHistoryImpl() 118 history_->Push("%-*s GID %-3d %-*s: %-22s %s", kMaxLogHistoryTagLength, in add_logs_history_common()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_int_types.h | 50 void Push(const std::string& s) { in Push() function 51 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push() 56 void Push(Args... args) { in Push() function 59 bluetooth::common::TimestampedCircularBuffer<std::string>::Push( in Push() 195 history_->Push(std::string("Initialized btm history")); in Init()
|
D | btm_main.cc | 76 btm_cb.history_->Push( in btm_log_history()
|
D | btm_inq.cc | 551 btm_cb.neighbor.inquiry_history_->Push({ in BTM_CancelInquiry() 689 btm_cb.neighbor.inquiry_history_->Push({ in BTM_StartInquiry() 723 btm_cb.neighbor.inquiry_history_->Push({ in BTM_StartInquiry() 1786 btm_cb.neighbor.inquiry_history_->Push({ in btm_process_inq_complete()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | README.md | 19 #### Push ENABLE file and optional custom config files to device 21 1. Push ENABLE file and optional custom config files. 23 Option A. Use the default config file only. Push an empty ENABLE file to device. 30 …Option B. Add custom config file names to ENABLE file. Push both ENABLE file and custom config fil…
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | opp.proto | 28 // Accept Put request by the Push Client to the Push Server within an OBEX connection.
|
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/ |
D | README.md | 32 ### Push to system/priv-app
|
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/ |
D | README.md | 32 ### Push to system/priv-app
|
/packages/services/Telephony/ecc/ |
D | README.md | 31 5. Push TeleService.apk to system/priv-app/TeleService
|
/packages/modules/ImsMedia/test/ |
D | README.md | 39 #### 2.3 Push imsmediahal apk into device from out folder
|
/packages/providers/ContactsProvider/ |
D | README.md | 40 * Push local updates to the device:
|
/packages/modules/Bluetooth/system/doc/ |
D | directory_layout.md | 24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
|
/packages/modules/adb/ |
D | adb_utils.h | 73 void Push(const T& t) { in Push() function
|
/packages/modules/adb/docs/user/ |
D | adb.1.md | 165 Dry run. Push files to device without storing to the filesystem. 203 Push a single package to the device and install it 206 Push multiple APKs to the device for a single package and install them 209 Push one or more packages to the device and install them atomically
|
/packages/modules/DnsResolver/ |
D | DnsQueryLogTest.cpp | 70 TEST_F(DnsQueryLogTest, Push) { in TEST_F() argument
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 773 btm_cb.neighbor.inquiry_history_->Push({ in TEST_F() 781 btm_cb.neighbor.inquiry_history_->Push({ in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 330 void Push(T element) { in Push() function in __anon7fa7f9c60111::FixedQueue 1555 pimpl_->connection_history_.Push( in OnClassicLinkDisconnected() 1629 pimpl_->connection_history_.Push(std::make_unique<LeConnectionDescriptor>( in OnLeLinkDisconnected()
|
/packages/modules/Bluetooth/system/gd/docs/testing/ |
D | gtest.md | 93 Push test to device
|