Home
last modified time | relevance | path

Searched refs:Push (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer_test.cc37 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()
Dcircular_buffer.h35 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/
Dbta_dm_gatt_client.cc51 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()
Dbta_dm_disc_legacy.cc143 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 …]
Dbta_dm_device_search.cc856 search_state_history_.Push({ in bta_dm_search_sm_execute()
/packages/modules/Bluetooth/system/test/headless/
Dmessenger.cc43 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()
DREADME.md17 Install: Push the binary to an executable area on target device.
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc43 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/
Dbtm_int_types.h50 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()
Dbtm_main.cc76 btm_cb.history_->Push( in btm_log_history()
Dbtm_inq.cc551 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/
DREADME.md19 #### 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/
Dopp.proto28 // 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/
DREADME.md32 ### Push to system/priv-app
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/
DREADME.md32 ### Push to system/priv-app
/packages/services/Telephony/ecc/
DREADME.md31 5. Push TeleService.apk to system/priv-app/TeleService
/packages/modules/ImsMedia/test/
DREADME.md39 #### 2.3 Push imsmediahal apk into device from out folder
/packages/providers/ContactsProvider/
DREADME.md40 * Push local updates to the device:
/packages/modules/Bluetooth/system/doc/
Ddirectory_layout.md24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
/packages/modules/adb/
Dadb_utils.h73 void Push(const T& t) { in Push() function
/packages/modules/adb/docs/user/
Dadb.1.md165 &nbsp;&nbsp;&nbsp;&nbsp;Dry run. Push files to device without storing to the filesystem.
203 &nbsp;&nbsp;&nbsp;&nbsp;Push a single package to the device and install it
206 &nbsp;&nbsp;&nbsp;&nbsp;Push multiple APKs to the device for a single package and install them
209 &nbsp;&nbsp;&nbsp;&nbsp;Push one or more packages to the device and install them atomically
/packages/modules/DnsResolver/
DDnsQueryLogTest.cpp70 TEST_F(DnsQueryLogTest, Push) { in TEST_F() argument
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc773 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/
Dacl.cc330 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/
Dgtest.md93 Push test to device

12