Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_parser.cpp85 position.getPos, in Extract()
89 (position.setPos >= position.endPos) || (position.getPos >= position.endPos)) { in Extract()
106 } else if (!position.setPos && !position.getPos) { in Extract()
109 } else if (!position.setPos && position.getPos) { in Extract()
112 } else if (position.setPos && !position.getPos) { in Extract()
115 } else if (position.setPos == position.getPos - 1) { in Extract()
144 position.getPos = position.pos; in GetCommandPosition()
H A Dhfp_ag_command_parser.h49 uint16_t getPos; member