Home
last modified time | relevance | path

Searched refs:tempTail (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmedia_manager.cpp282 std::vector<uint8_t> tempTail(TEMP_PTS_SIZE); in GetRecoverInfo() local
283 auto ret = read(tempFileFd_, tempTail.data(), TEMP_PTS_SIZE); in GetRecoverInfo()
287 …auto findTag = std::search(tempTail.begin(), tempTail.end(), tag2search.begin(), tag2search.end()); in GetRecoverInfo()
288 … DP_CHECK_ERROR_RETURN_RET_LOG(findTag == tempTail.end(), ERROR_FAIL, "cannot find temp pts tag."); in GetRecoverInfo()
290 std::string pauseTime(findTag + TEMP_PTS_TAG.size(), tempTail.end()); in GetRecoverInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c124 Payload *tempTail = inheritPacket->tail; in PacketInheritMalloc() local
134 tempTail->next = inheritPacket->tail; in PacketInheritMalloc()
135 inheritPacket->tail->prev = tempTail; in PacketInheritMalloc()