/hardware/interfaces/camera/common/1.0/default/ |
D | CameraModule.cpp | 46 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/ |
D | QCamera3HdrPlusListenerThread.cpp | 52 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/sdm845/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 155 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/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 155 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/invensense/6515/libsensors_iio/ |
D | README_L_arm64 | 13 $ 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/sdm845/gps/sdm845/utils/ |
D | LocHeap.cpp | 51 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/ |
D | LocHeap.cpp | 51 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/sm8150/gps/utils/ |
D | LocHeap.cpp | 51 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/ |
D | LocHeap.cpp | 51 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/ |
D | LocHeap.cpp | 51 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/ |
D | LocHeap.cpp | 51 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/msm8998/utils/ |
D | LocHeap.cpp | 51 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/ |
D | LocHeap.cpp | 51 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/ |
D | LocHeap.cpp | 51 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/location/ |
D | LocationAPIClientBase.cpp | 94 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/ |
D | LocationAPIClientBase.cpp | 94 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/sm8150/gps/location/ |
D | LocationAPIClientBase.cpp | 94 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/ |
D | omx_swvdec_utils.h | 111 bool push(OMX_SWVDEC_EVENT_INFO *p_event_info); 141 bool push(long long timestamp);
|
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/interfaces/drm/1.0/default/include/ |
D | PluginLoader.h | 53 factories.push(plugin); in PluginLoader() 85 libraries.push(library); in loadOne()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | GeneratorHub.cpp | 42 mEventQueue.push({cookie, generator->nextEvent()}); in registerGenerator() 87 mEventQueue.push({cookie, mGenerators[cookie]->nextEvent()}); in run()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|