Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 18 of 18) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DGpuCapacityNodeTest.cpp101 testing::Sequence seq; in TEST_F() local
102 EXPECT_CALL(*mock_fd_interface, open(_, _)).InSequence(seq).WillOnce(Return(fake_fd)); in TEST_F()
103 EXPECT_CALL(*mock_fd_interface, open(_, _)).InSequence(seq).WillOnce(Return(invalid_fake_fd)); in TEST_F()
127 testing::Sequence seq; in TEST_F() local
129 .InSequence(seq) in TEST_F()
135 .InSequence(seq) in TEST_F()
138 .InSequence(seq) in TEST_F()
151 testing::Sequence seq; in TEST_F() local
172 testing::Sequence seq; in TEST_F() local
201 testing::Sequence seq; in TEST_F() local
[all …]
/hardware/libhardware/include_all/hardware/
Dtv_input.h198 uint32_t seq; member
386 int stream_id, buffer_handle_t buffer, uint32_t seq);
398 int stream_id, uint32_t seq);
/hardware/libhardware/include/hardware/
Dtv_input.h198 uint32_t seq; member
386 int stream_id, buffer_handle_t buffer, uint32_t seq);
398 int stream_id, uint32_t seq);
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h78 for (const auto& seq : seqs) { variable
80 if (ParseInt(seq, &val)) {
84 LOG(WARNING) << "Invalid int sequence:" + str + " seq:" + seq;
/hardware/google/pixel/pixelstats/
DBatteryFGReporter.cpp268 for (int seq = 0; seq < events.size(); seq++) { in checkAndReportFGAbnormality() local
269 if (events[seq].size() == kNumAbnormalEventFields) { in checkAndReportFGAbnormality()
273 *pdata++ = events[seq][i]; in checkAndReportFGAbnormality()
276 ALOGE("Not support %zu fields for FG abnormal event", events[seq].size()); in checkAndReportFGAbnormality()
DBatteryEEPROMReporter.cpp514 for (int seq = 0; seq < events.size(); seq++) { in checkAndReportValidation() local
515 std::vector<uint16_t> &event = events[seq]; in checkAndReportValidation()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp134 bool Socket::receiveAck(uint32_t seq) { in receiveAck() argument
138 if (nlerr->data.msg.nlmsg_seq != seq) { in receiveAck()
140 << ", expected " << seq << "). Multi-message tracking is not implemented."; in receiveAck()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DSocket.h183 bool receiveAck(uint32_t seq);
/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp53 uint32_t seq; in getConnectionId() local
56 seq = mSeqId; in getConnectionId()
63 return (int64_t)mPid << 32 | seq | kSeqIdVndkBit; in getConnectionId()
/hardware/google/gfxstream/guest/vulkan_enc_unit_tests/
DCommandBufferStagingStream_test.cpp346 InSequence seq; in TEST() local
359 InSequence seq; in TEST() local
504 InSequence seq; in TEST() local
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h206 H264ParamNaluSet seq; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h211 H264ParamNaluSet seq; variable
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h168 H264ParamNaluSet seq; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h211 H264ParamNaluSet seq; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h211 H264ParamNaluSet seq; variable
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dcmake_core.cmake128 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-atomic-implicit-seq-cst>
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h116 uint16 seq; /* sequence control */ member
234 uint16 seq; /* sequence control */ member
250 uint16 seq; /* sequence control */ member
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp3417 for (const auto& seq : sequences) { in SendInvalidCommandImpl() local
3418 SCOPED_TRACE(std::string("Sequence ").append(seq.first)); in SendInvalidCommandImpl()
3419 LOG(DEBUG) << __func__ << ": Sequence " << seq.first; in SendInvalidCommandImpl()
3424 StreamLogicDriverInvalidCommand driver(seq.second); in SendInvalidCommandImpl()