HomeSort by relevance Sort by last modified time
    Searched defs:Reset (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
clc.h 58 void Reset() {}
blc.h 62 void Reset() {}
lc.h 63 void Reset() {}
annex.h 55 void Reset() {}
rtd.h 63 Reset();
67 void Reset()
ml.h 76 void Reset()
mr.h 64 Reset();
68 void Reset()
rme.h 120 void Reset()
  /external/opencore/codecs_v2/audio/sbc/enc/src/
pvsbcencoder.cpp 78 OSCL_EXPORT_REF TPvSbcEncStatus CPVSbcEncoder::Reset()
  /development/host/windows/usb/api/
adb_interface_enum.cpp 93 bool AdbInterfaceEnumObject::Reset() {
  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_ioport.cpp 81 Reset();
185 void PVMFLoopbackIOPort::Reset()
  /external/v8/src/
regexp-stack.cc 42 // Reset the buffer if it has grown.
43 RegExpStack::Reset();
64 void RegExpStack::Reset() {
unicode-inl.h 207 Reset(input_);
211 void InputBuffer<R, I, s>::Reset(unsigned position, I input) {
220 void InputBuffer<R, I, s>::Reset(I input) {
221 Reset(0, input);
  /external/opencore/fileformats/pvx/parser/src/
pvpvxparser.cpp 29 Reset();
39 void CPVXInfo::Reset(void)
  /external/webkit/WebKit/win/
COMEnumVariant.h 50 virtual HRESULT STDMETHODCALLTYPE Reset();
162 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Reset()
  /external/gtest/test/
gtest_environment_test.cc 51 MyEnvironment() { Reset(); }
78 void Reset() {
123 env->Reset();
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
gsmamr_encoder_wrapper.cpp 212 OSCL_EXPORT_REF int32 CPvGsmAmrEncoder::Reset()
214 // reset GSM AMR encoder (state memory and SID sync function.)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245.h 77 void Reset()
79 // need to reset SEs' state
80 MySe.Reset();
81 // reset PER so it stops processing incoming messages
82 MyPer.Reset();
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscsrpbuffer.cpp 259 /* reset the buffer */
260 Reset();
324 Reset();
327 void TscSrpBuffer::Reset()
  /external/opencore/protocols/systems/tools/general/common/src/
media_packet.cpp 40 OSCL_EXPORT_REF void MediaPacket::Reset()
110 pack->Reset();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 126 void MD5::Reset() {} // ?OP?
mutable-fst.h 153 void Reset() { data_.base->Reset(); }
  /external/opencore/engines/player/src/
pv_player_datapath.cpp 228 PVMFStatus PVPlayerDatapath::Reset(OsclAny* aContext, bool aErrorCondition)
231 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerDatapath::Reset() In %s", iSourceTrackInfo->getTrackMimeType().get_cstr()));
239 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVPlayerDatapath::Reset() Out"));
    [all...]
  /external/opencore/fileformats/common/parser/include/
pvfile.h 110 Reset();
138 void Reset()
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
se.cpp 314 OSCL_EXPORT_REF void SE::Reset()
316 // reset the states for the SEs
318 MyMSD.Reset();
319 MyBLC.Reset();
320 MyLC.Reset();
321 MyCLC.Reset();
322 MyNSD.Reset();
323 MyCM.Reset();
324 MyCNF.Reset();
325 MyCMD.Reset();
    [all...]

Completed in 661 milliseconds

1 2 3 4 5