HomeSort by relevance Sort by last modified time
    Searched defs:process_result (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_cfuncs.py 175 def process_result(result): function in function:CFunctions.test_callwithresult
177 self._dll.tf_i.restype = process_result
  /external/python/cpython3/Lib/ctypes/test/
test_cfuncs.py 175 def process_result(result): function in function:CFunctions.test_callwithresult
177 self._dll.tf_i.restype = process_result
  /external/webrtc/webrtc/base/
httpbase.cc 557 ProcessResult process_result = Process(buffer_, len_, &processed, local
562 switch (process_result) {
  /frameworks/av/media/libaaudio/examples/loopback/src/
LoopbackAnalyzer.h 446 enum process_result { enum in class:LoopbackProcessor
453 virtual process_result process(float *inputData, int inputChannelCount,
647 process_result process(float *inputData, int inputChannelCount,
905 process_result process(float *inputData, int inputChannelCount,
908 process_result result = PROCESS_RESULT_OK;
    [all...]

Completed in 1020 milliseconds