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

  /hardware/libhardware/modules/camera/3_4/
request_tracker_test.cpp 58 void AddRequest(uint32_t frame,
82 AddRequest(frame, {&stream1_});
110 AddRequest(99, {&stream1_, &stream2_});
121 AddRequest(1, {&stream}, false);
131 AddRequest(i, {&stream1_});
139 AddRequest(stream1_.max_buffers, {&stream1_, &stream2_}, false);
147 AddRequest(frame, {&stream1_});
149 AddRequest(frame, {&stream2_}, false);
161 AddRequest(frame + 1, {&stream1_});
175 AddRequest(frame, {&stream1_})
    [all...]
  /system/extras/libperfmgr/tests/
RequestGroupTest.cc 38 // Test AddRequest()
43 bool ret = req.AddRequest("INTERACTION", start + duration);
54 // Test AddRequest() with a huge expire time which could be done in some long
58 bool ret = req.AddRequest("INTERACTION", ReqTime::max());
70 // Test AddRequest() and expires
75 bool ret = req.AddRequest("INTERACTION", start + duration);
77 ret = req.AddRequest("INTERACTION", start + duration + 1ms);
86 // Test AddRequest() with new value
91 bool ret = req.AddRequest("INTERACTION", start + duration);
100 ret = req.AddRequest("INTERACTION", start + shorter_duration)
    [all...]
NodeTest.cc 113 EXPECT_TRUE(t.AddRequest(1, "INTERACTION", start + 200ms));
119 EXPECT_TRUE(t.AddRequest(0, "LAUNCH", start + 2000ms));
131 EXPECT_TRUE(t.AddRequest(1, "INTERACTION", start + 500ms));
138 EXPECT_TRUE(t.AddRequest(0, "LAUNCH", start + 200ms));
161 EXPECT_TRUE(t.AddRequest(1, "INTERACTION", start + 500ms));
168 EXPECT_TRUE(t.AddRequest(0, "LAUNCH", start + 200ms));
192 EXPECT_TRUE(t.AddRequest(1, "INTERACTION", start + 500ms));
199 EXPECT_TRUE(t.AddRequest(0, "LAUNCH", start + 200ms));
205 EXPECT_TRUE(t.AddRequest(0, "LAUNCH", start + 100ms));
211 EXPECT_TRUE(t.AddRequest(0, "LAUNCH", start + 300ms))
    [all...]
NodeLooperThreadTest.cc 76 TEST_F(NodeLooperThreadTest, AddRequest) {
  /system/extras/libperfmgr/include/perfmgr/
RequestGroup.h 50 bool AddRequest(const std::string& hint_type, ReqTime end_time);
Node.h 54 bool AddRequest(std::size_t value_index, const std::string& hint_type,
  /system/extras/libperfmgr/
RequestGroup.cc 24 bool RequestGroup::AddRequest(const std::string& hint_type, ReqTime end_time) {
Node.cc 48 bool Node::AddRequest(std::size_t value_index, const std::string& hint_type,
56 req_sorted_[value_index].AddRequest(hint_type, end_time);
NodeLooperThread.cc 57 ret = nodes_[a.node_index]->AddRequest(a.value_index, hint_type,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bidispl.h 136 virtual HRESULT WINAPI AddRequest(IBidiRequest *pRequest) = 0;
146 HRESULT (WINAPI *AddRequest)(IBidiRequestContainer *This,IBidiRequest *pRequest);
158 #define IBidiRequestContainer_AddRequest(This,pRequest) (This)->lpVtbl->AddRequest(This,pRequest)
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_rendezvous_mgr.cc 151 void MPIRendezvousMgr::AddRequest(RecvTensorRequest request,
285 this->AddRequest(request, status.MPI_SOURCE);
mpi_rendezvous_mgr.h 186 void AddRequest(RecvTensorRequest, const int);

Completed in 380 milliseconds