/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/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 143 requests->push(new StartTrackingRequest(*this)); in locAPIStartTracking() 161 requests->push(new StopTrackingRequest(*this)); in locAPIStopTracking() 176 requests->push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateTrackingOptions() 222 requests->push(new StartTrackingRequest(*this)); in locAPIStartSession() 232 requests->push(new StartBatchingRequest(*this)); in locAPIStartSession() 270 requests->push(new StopTrackingRequest(*this)); in locAPIStopSession() 276 requests->push(new StopBatchingRequest(*this)); in locAPIStopSession() 310 requests->push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateSessionOptions() 318 requests->push(new StopBatchingRequest(*this)); in locAPIUpdateSessionOptions() 333 requests->push(new StartTrackingRequest(*this)); in locAPIUpdateSessionOptions() [all …]
|
/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()
|
D | LocHeap.h | 71 void push(LocRankable& node);
|
/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()
|
D | LocHeap.h | 71 void push(LocRankable& node);
|
/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()
|
D | LocHeap.h | 71 void push(LocRankable& node);
|
/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/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/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);
|
D | omx_swvdec_utils.h | 110 void push(OMX_SWVDEC_EVENT_INFO *p_event_info);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | queue.h | 36 int push(Queue *q, void * element);
|
/hardware/libhardware/tests/vehicle/ |
D | README | 57 $ adb push out/target/product/XXX/vendor/lib/hw/vehicle.default.so 64 $ adb push out/target/product/XXX/data/nativetest/vehicle_tests 71 The last binary is the command line tool, to push the binary on your target do: 72 $ adb push out/target/product/XXX/system/bin/vehicle-hal-tool
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | ConcurrentQueue.h | 52 void push(T&& item) { in push() function 58 mQueue.push(std::move(item)); in push()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec_utils.cpp | 111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) in push() function in omx_swvdec_queue 115 m_queue.push(*p_event_info); in push()
|
/hardware/libhardware/include/hardware/ |
D | gps_internal.h | 47 #pragma pack(push,4)
|
/hardware/intel/common/omx-components/videocodec/ |
D | ProtectedDataBuffer.h | 65 #pragma pack(push, 4)
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec_utils.cpp | 114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) in push() function in omx_swvdec_queue 205 bool omx_swvdec_ts_list::push(long long timestamp) in push() function in omx_swvdec_ts_list
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | queue.c | 77 int push(Queue *q, void * element) in push() function
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | queue.c | 79 int push(Queue *q, void * element) in push() function
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_Skype_VideoExtensions.h | 39 #pragma pack(push, 1)
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Skype_VideoExtensions.h | 39 #pragma pack(push, 1)
|