Home
last modified time | relevance | path

Searched defs:num_items (Results 1 – 11 of 11) sorted by relevance

/packages/modules/StatsD/lib/libkll/tests/
Dcompactor_stack_test.cpp36 int num_items; member
42 for (int num_items = 1; num_items < 1000; num_items += std::ceil(std::log(1 + num_items))) { in GenCompactorsTestParams() local
185 int64_t num_items; member
Dsampler_test.cpp290 const int num_items = GetParam(); in TEST_P() local
/packages/modules/Bluetooth/system/packet/avrcp/
Dget_folder_items.cc86 uint16_t num_items = items_.size(); in Serialize() local
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dqueue_unittest.cc899 int num_items = 10; in TEST_F() local
913 int num_items = 10; in TEST_F() local
925 int num_items = 10; in TEST_F() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc2056 uint8_t num_items, in get_folder_items_list_rsp()
2257 uint32_t num_items, in set_browsed_player_rsp()
2375 uint32_t num_items) { in change_path_rsp()
2408 uint32_t num_items) { in search_rsp()
2549 uint32_t num_items) { in get_total_num_of_items_rsp()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc221 std::string root_id, uint32_t num_items) { in SetBrowsedPlayer()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1321 std::string root_id, uint32_t num_items) { in SetBrowsedPlayerResponse()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h1444 uint32_t num_items; member
1467 uint32_t num_items; member
1487 uint32_t num_items; member
1497 uint32_t num_items; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp692 jstring root_id, jint num_items) { in setBrowsedPlayerResponseNative()
Dcom_android_bluetooth_avrcp_controller.cpp629 uint8_t num_items, in btavrcp_set_browsed_player_callback()
/packages/modules/Bluetooth/system/service/hal/
Dbluetooth_avrcp_interface.cc421 void CtrlSetBrowsedPlayerCallback(const RawAddress& bd_addr, uint8_t num_items, in CtrlSetBrowsedPlayerCallback()