Searched refs:start (Results 51 - 75 of 300) sorted by relevance

1234567891011>>

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DLinearFakeValueGenerator.h48 StatusCode start(const VehiclePropValue& request) override;
/hardware/interfaces/wifi/1.2/default/tests/
H A Dmock_wifi_legacy_hal.h35 MOCK_METHOD0(start, wifi_error());
/hardware/qcom/gps/core/
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8084/core/
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8994/core/
H A DMsgTask.h49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_thread_helper.h51 typedef pthread_t (* thelper_create_thread)(const char* name, void (*start)(void *), void* arg);
/hardware/interfaces/gnss/1.0/default/
H A DGnssNi.cpp47 pthread_t GnssNi::createThreadCb(const char* name, void (*start)(void*), void* arg) { argument
48 return createPthread(name, start, arg, &sThreadFuncArgsList);
H A DAGnssRil.cpp72 pthread_t AGnssRil::createThreadCb(const char* name, void (*start)(void*), void* arg) { argument
73 return createPthread(name, start, arg, &sThreadFuncArgsList);
/hardware/google/av/codec2/1.0/mts/component/
H A DMtsHalC2V1_0TargetComponentTest.cpp90 Status err = mComponent->start();
105 Status err = mComponent->start();
199 err = mComponent->start();
206 err = mComponent->start();
214 err = mComponent->start();
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DConfigurable.h76 uint32_t start,
132 uint32_t start,
135 return mIntf->querySupportedParams(start, count, _hidl_cb);
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.h47 #define TIME_DIFF(start, end, diff) \
48 diff = (((end).tv_sec - (start).tv_sec) * 1000000) + \
49 ((end).tv_usec - (start).tv_usec);
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.h45 #define TIME_DIFF(start, end, diff) \
46 diff = (((end).tv_sec - (start).tv_sec) * 1000000) + \
47 ((end).tv_usec - (start).tv_usec);
/hardware/google/interfaces/media/c2/1.0/
H A DIComponent.hal147 * - NO_MEMORY - Not enough memory to start the component.
231 * If a component is in the tripped state and start() is called while the
232 * component configuration still results in a trip, start must succeed and
241 * - DUPLICATE - When called during another start call from another
243 * - NO_MEMORY - Not enough memory to start the component.
249 start() generates (Status status);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleObjectPool_test.cpp95 auto start = elapsedRealtimeNano(); local
120 auto elapsedMs = (finish - start) / 1000000;
/hardware/interfaces/broadcastradio/common/tests/
H A DWorkerThread_test.cpp44 auto start = steady_clock::now(); local
55 auto delta = stop.load() - start;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_logger.cpp164 ALOGE("Failed to create start ring logger request; result = %d", result);
296 int start() { function in class:DebugCommand
408 wifi_error result = (wifi_error)cmd->start();
423 wifi_error result = (wifi_error)cmd->start();
437 wifi_error result = (wifi_error)cmd->start();
449 wifi_error result = (wifi_error)cmd->start();
465 wifi_error result = (wifi_error)cmd->start();
481 wifi_error result = (wifi_error)cmd->start();
501 int start() { function in class:SetLogHandler
579 ALOGV("Loghandler start, handl
630 int start() { function in class:SetAlertHandler
811 int start() { function in class:MemoryDumpCommand
1010 int start() { function in class:PacketFateCommand
[all...]
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.h28 virtual Decode_Status start(VideoConfigBuffer *buffer);
H A DVideoDecoderWMV.h28 virtual Decode_Status start(VideoConfigBuffer *buffer);
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.h28 virtual Decode_Status start(VideoConfigBuffer *buffer);
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.h27 virtual Decode_Status start(VideoConfigBuffer *buffer);

Completed in 466 milliseconds

1234567891011>>