Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 145) sorted by relevance

123456

/hardware/interfaces/camera/common/1.0/default/
DCameraModule.cpp46 controlModes.push(ANDROID_CONTROL_MODE_AUTO); in deriveCameraCharacteristicsKeys()
49 controlModes.push(ANDROID_CONTROL_MODE_USE_SCENE_MODE); in deriveCameraCharacteristicsKeys()
84 controlModes.push(ANDROID_CONTROL_MODE_OFF); in deriveCameraCharacteristicsKeys()
102 lscModes.push(ANDROID_SHADING_MODE_FAST); in deriveCameraCharacteristicsKeys()
103 lscModes.push(ANDROID_SHADING_MODE_HIGH_QUALITY); in deriveCameraCharacteristicsKeys()
104 lscMapModes.push(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_OFF); in deriveCameraCharacteristicsKeys()
106 lscModes.push(ANDROID_SHADING_MODE_OFF); in deriveCameraCharacteristicsKeys()
107 lscMapModes.push(ANDROID_STATISTICS_LENS_SHADING_MAP_MODE_ON); in deriveCameraCharacteristicsKeys()
112 derivedCharKeys.push(ANDROID_CONTROL_AE_LOCK_AVAILABLE); in deriveCameraCharacteristicsKeys()
113 derivedCharKeys.push(ANDROID_CONTROL_AWB_LOCK_AVAILABLE); in deriveCameraCharacteristicsKeys()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HdrPlusListenerThread.cpp52 mPendingCallbacks.push(CALLBACK_TYPE_OPENED); in onOpened()
64 mPendingCallbacks.push(CALLBACK_TYPE_OPENFAILED); in onOpenFailed()
75 mPendingCallbacks.push(CALLBACK_TYPE_FATAL_ERROR); in onFatalError()
88 mResults.push(pendingResult); in onCaptureResult()
90 mPendingCallbacks.push(CALLBACK_TYPE_CAPTURE_RESULT); in onCaptureResult()
102 mResults.push(result); in onFailedCaptureResult()
104 mPendingCallbacks.push(CALLBACK_TYPE_CAPTURE_RESULT); in onFailedCaptureResult()
113 mShutters.push(shutter); in onShutter()
115 mPendingCallbacks.push(CALLBACK_TYPE_SHUTTER); in onShutter()
122 mNextCaptureReadyIds.push(requestId); in onNextCaptureReady()
[all …]
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp155 requests->push(new StartTrackingRequest(*this)); in locAPIStartTracking()
175 requests->push(new StopTrackingRequest(*this)); in locAPIStopTracking()
193 requests->push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
241 requests->push(new StartTrackingRequest(*this)); in locAPIStartSession()
252 requests->push(new StartBatchingRequest(*this)); in locAPIStartSession()
290 requests->push(new StopTrackingRequest(*this)); in locAPIStopSession()
296 requests->push(new StopBatchingRequest(*this)); in locAPIStopSession()
330 requests->push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
338 requests->push(new StopBatchingRequest(*this)); in locAPIUpdateSessionOptions()
354 requests->push(new StartTrackingRequest(*this)); in locAPIUpdateSessionOptions()
[all …]
/hardware/qcom/sdm845/gps/msm8998/location/
DLocationAPIClientBase.cpp155 requests->push(new StartTrackingRequest(*this)); in locAPIStartTracking()
175 requests->push(new StopTrackingRequest(*this)); in locAPIStopTracking()
193 requests->push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
241 requests->push(new StartTrackingRequest(*this)); in locAPIStartSession()
252 requests->push(new StartBatchingRequest(*this)); in locAPIStartSession()
290 requests->push(new StopTrackingRequest(*this)); in locAPIStopSession()
296 requests->push(new StopBatchingRequest(*this)); in locAPIStopSession()
330 requests->push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
338 requests->push(new StopBatchingRequest(*this)); in locAPIUpdateSessionOptions()
354 requests->push(new StartTrackingRequest(*this)); in locAPIUpdateSessionOptions()
[all …]
/hardware/qcom/sm8150/gps/utils/
DLocHeap.cpp53 void push(LocHeapNode& node);
109 void LocHeapNode::push(LocHeapNode& node) { in push() function in loc_util::LocHeapNode
121 mLeft->push(node); in push()
123 mRight->push(node); in push()
230 void LocHeap::push(LocRankable& node) { in push() function in loc_util::LocHeap
235 mTree->push(*heapNode); in push()
/hardware/qcom/sm7250/gps/utils/
DLocHeap.cpp53 void push(LocHeapNode& node);
109 void LocHeapNode::push(LocHeapNode& node) { in push() function in loc_util::LocHeapNode
121 mLeft->push(node); in push()
123 mRight->push(node); in push()
230 void LocHeap::push(LocRankable& node) { in push() function in loc_util::LocHeap
235 mTree->push(*heapNode); in push()
/hardware/invensense/6515/libsensors_iio/
DREADME_L_arm6413 $ adb push $OUT/system/lib/libmllite.so /system/lib/
14 $ adb push $OUT/system/lib/libinvensense_hal.so /system/lib/
15 $ adb push $OUT/system/lib/hw/sensors.flounder.so /system/lib/hw/
/hardware/qcom/gps/msm8998/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/gps/msm8909/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sm7150/gps/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sm8150p/gps/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/gps/msm8996/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocHeap.cpp51 void push(LocHeapNode& node);
107 void LocHeapNode::push(LocHeapNode& node) { in push() function in LocHeapNode
119 mLeft->push(node); in push()
121 mRight->push(node); in push()
228 void LocHeap::push(LocRankable& node) { in push() function in LocHeap
233 mTree->push(*heapNode); in push()
323 heap.push(dynamic_cast<LocRankable&>(*data)); in main()
/hardware/qcom/sm7250/gps/location/
DLocationAPIClientBase.cpp94 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this)); in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
159 mRequestQueues[CTRL_REQUEST_CONFIG_UPDATE].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
182 mRequestQueues[CTRL_REQUEST_CONFIG_GET].push(new GnssGetConfigRequest(*this)); in locAPIGnssGetConfig()
368 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
386 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
403 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
445 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
470 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
[all …]
/hardware/qcom/sm8150/gps/location/
DLocationAPIClientBase.cpp94 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this)); in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
159 mRequestQueues[CTRL_REQUEST_CONFIG_UPDATE].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
182 mRequestQueues[CTRL_REQUEST_CONFIG_GET].push(new GnssGetConfigRequest(*this)); in locAPIGnssGetConfig()
368 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
386 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
403 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
445 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
470 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
[all …]
/hardware/qcom/sm7150/gps/location/
DLocationAPIClientBase.cpp94 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this)); in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
159 mRequestQueues[CTRL_REQUEST_CONFIG_UPDATE].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
181 mRequestQueues[CTRL_REQUEST_CONFIG_GET].push(new GnssGetConfigRequest(*this)); in locAPIGnssGetConfig()
347 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
365 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
382 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
424 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
449 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
[all …]
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp94 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this)); in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
163 mRequestQueues[CTRL_REQUEST_CONFIG].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
317 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
335 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
352 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
395 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
409 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
446 mRequestQueues[REQUEST_SESSION].push(new StopTrackingRequest(*this)); in locAPIStopSession()
[all …]
/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.cpp94 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this)); in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
159 mRequestQueues[CTRL_REQUEST_CONFIG_UPDATE].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
181 mRequestQueues[CTRL_REQUEST_CONFIG_GET].push(new GnssGetConfigRequest(*this)); in locAPIGnssGetConfig()
347 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
365 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
382 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
424 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
449 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
[all …]
/hardware/qcom/sm8150p/gps/location/
DLocationAPIClientBase.cpp94 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].push(new GnssDeleteAidingDataRequest(*this)); in locAPIGnssDeleteAidingData()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
159 mRequestQueues[CTRL_REQUEST_CONFIG_UPDATE].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
181 mRequestQueues[CTRL_REQUEST_CONFIG_GET].push(new GnssGetConfigRequest(*this)); in locAPIGnssGetConfig()
347 mRequestQueues[REQUEST_TRACKING].push(new StartTrackingRequest(*this)); in locAPIStartTracking()
365 mRequestQueues[REQUEST_TRACKING].push(new StopTrackingRequest(*this)); in locAPIStopTracking()
382 mRequestQueues[REQUEST_TRACKING].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions()
424 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
449 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h111 bool push(OMX_SWVDEC_EVENT_INFO *p_event_info);
141 bool push(long long timestamp);
/hardware/interfaces/drm/1.0/default/include/
DPluginLoader.h53 factories.push(plugin); in PluginLoader()
85 libraries.push(library); in loadOne()

123456