Home
last modified time | relevance | path

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

123

/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/gps/msm8998/location/
DLocationAPIClientBase.cpp143 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/
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()
DLocHeap.h71 void push(LocRankable& node);
/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()
DLocHeap.h71 void push(LocRankable& node);
/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()
DLocHeap.h71 void push(LocRankable& node);
/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/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);
Dqueue.h36 int push(Queue *q, void * element);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dqueue.h36 int push(Queue *q, void * element);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dqueue.h36 int push(Queue *q, void * element);
Domx_swvdec_utils.h110 void push(OMX_SWVDEC_EVENT_INFO *p_event_info);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dqueue.h36 int push(Queue *q, void * element);
/hardware/libhardware/tests/vehicle/
DREADME57 $ 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/
DConcurrentQueue.h52 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/
Domx_swvdec_utils.cpp111 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/
Dgps_internal.h47 #pragma pack(push,4)
/hardware/intel/common/omx-components/videocodec/
DProtectedDataBuffer.h65 #pragma pack(push, 4)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp114 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/
Dqueue.c77 int push(Queue *q, void * element) in push() function
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dqueue.c79 int push(Queue *q, void * element) in push() function
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Skype_VideoExtensions.h39 #pragma pack(push, 1)
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Skype_VideoExtensions.h39 #pragma pack(push, 1)

123