Searched refs:start (Results 126 - 150 of 300) sorted by relevance

1234567891011>>

/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_nl80211.c141 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration) argument
147 snprintf(buf, sizeof(buf), "P2P_SET_NOA %d %d %d", count, start, duration);
/hardware/google/av/media/sfplugin/
H A DCCodecBufferChannel.h101 status_t start(const sp<AMessage> &inputFormat, const sp<AMessage> &outputFormat);
105 * buffers after this call, until start() is called.
143 * - At RUNNING state (after start())
158 void start();
H A DCCodec.h86 void start();
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp37 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVCSecure
38 Decode_Status status = VideoDecoderAVC::start(buffer);
203 WTRACE("Can't start VA as either SPS or PPS is still not available.");
225 // either condition indicates start of a new frame
246 // start decoding a frame
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp37 Decode_Status VideoDecoderAVCSecure::start(VideoConfigBuffer *buffer) { function in class:VideoDecoderAVCSecure
38 Decode_Status status = VideoDecoderAVC::start(buffer);
187 WTRACE("Can't start VA as either SPS or PPS is still not available.");
209 // either condition indicates start of a new frame
230 // start decoding a frame
/hardware/interfaces/audio/2.0/
H A DIStream.hal232 * Called by the framework to start a stream operating in mmap mode.
233 * createMmapBuffer() must be called before calling start().
240 start() generates (Result retval);
/hardware/interfaces/audio/4.0/
H A DIStream.hal248 * Called by the framework to start a stream operating in mmap mode.
249 * createMmapBuffer() must be called before calling start().
256 start() generates (Result retval);
/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_hidl_test_utils.cpp102 auto status = HIDL_INVOKE(wifi, start);
107 status = HIDL_INVOKE(wifi, start);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h113 #define h264_bitfields_extract(x_32, start, mask) (((x_32) >> (start)) & (mask) )
114 #define h264_bitfields_insert(x_32, val_32, start, mask) ((x_32) = (((x_32) & ~( (mask) << (start))) | (((val_32) & (mask)) << (start))))
183 /* H264 start code values */
961 //// need to gurantee active_SPS and active_PPS start from 4-bytes alignment address
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c178 static int start = 0; local
290 start = 0;
319 * start writting.
378 if (compressed && start) {
388 * If we have reached start threshold of buffer prefill,
389 * its time to start the driver.
391 if(start)
407 start = 1;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp417 int start() { function in class:FullScanResultsCommand
592 int start() { function in class:ScanCommand
593 ALOGV("GSCAN start");
625 ALOGE("failed to create start request; result = %d", result);
635 ALOGE("failed to start scan; result = %d", result);
712 result = (wifi_error)cmd->start();
759 result = (wifi_error)cmd->start();
1086 int start() { function in class:BssidHotlistCommand
1302 int start() { function in class:ePNOCommand
1394 result = (wifi_error)cmd->start();
1509 int start() { function in class:SignificantWifiChangeCommand
1736 int start() { function in class:AnqpoConfigureCommand
[all...]
/hardware/google/av/media/codecs/base/include/
H A DSimpleC2Component.h46 virtual c2_status_t start() override;
62 * This method is called during start(), but only at the first invocation or
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.h68 virtual Decode_Status start(VideoConfigBuffer *buffer);
191 int32_t mSurfaceAcquirePos; // position of surface to start acquiring
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.h58 virtual Encode_Status start(void);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DUeventObserver.cpp120 void UeventObserver::start() function in class:android::intel::UeventObserver
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DUeventObserver.cpp120 void UeventObserver::start() function in class:android::intel::UeventObserver
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DJsonFakeValueGenerator.cpp50 StatusCode JsonFakeValueGenerator::start(const VehiclePropValue& request) { function in class:android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
/hardware/interfaces/gnss/1.0/default/
H A DGnss.cpp363 pthread_t Gnss::createThreadCb(const char* name, void (*start)(void*), void* arg) { argument
364 return createPthread(name, start, arg, &sThreadFuncArgsList);
427 Return<bool> Gnss::start() { function in class:android::hardware::gnss::V1_0::implementation::Gnss
433 return (mGnssIface->start() == 0);
H A DGnssBatching.cpp160 Return<bool> GnssBatching::start(const IGnssBatching::Options& options) { function in class:android::hardware::gnss::V1_0::implementation::GnssBatching
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraChannel.h62 virtual int32_t start();
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3PostProc.h120 int32_t start(const reprocess_config_t &config);
H A DQCamera3Stream.h80 virtual int32_t start();
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraHALPP.cpp119 * FUNCTION : start
129 int32_t QCameraHALPP::start() function in class:qcamera::QCameraHALPP
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp91 // disable HPD at start, it will be enabled later
93 // This helps for framework reboot or adb shell stop/start
283 char *start, *end; local
287 start = (char*) edidStr;
290 edidModes[count] = (int) strtol(start, &end, 10);
291 start = end+1;
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp91 // disable HPD at start, it will be enabled later
93 // This helps for framework reboot or adb shell stop/start
283 char *start, *end; local
287 start = (char*) edidStr;
290 edidModes[count] = (int) strtol(start, &end, 10);
291 start = end+1;

Completed in 1143 milliseconds

1234567891011>>