Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/aosp12/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp78 int /* uniqueId */, in getOriginalMimeType() argument
91 int NoOpDrmManagerClientImpl::checkRightsStatus( in checkRightsStatus() argument
99 int /* uniqueId */, in consumeRights() argument
107 int /* uniqueId */, in setPlaybackStatus() argument
115 int /* uniqueId */, in validateAction() argument
140 int /* uniqueId */, in convertData() argument
147 int /* uniqueId */, in closeConvertSession() argument
160 int /* uniqueId */, in openDecryptSession() argument
189 int /* uniqueId */, in initializeDecryptUnit() argument
197 int /* uniqueId */, in decrypt() argument
[all …]
/aosp12/frameworks/compile/libbcc/tests/debuginfo/target-tests/
H A Dbreakpoint_function.rs15 static int twenty() { const
19 static int some_function() { variable
23 static int foo() { variable
27 static int bar() { const
H A Dbreakpoint_inlined_function.rs19 static int twenty() { variable
23 static int some_function() { const
27 static int foo() { const
31 static int bar() { variable
H A Dbreakpoint_inlined_sourceline.rs18 static int twenty() { variable
22 static int some_function() { variable
26 static int foo() { variable
30 static int bar() { const
H A Dbreakpoint_sourceline.rs14 static int twenty() { variable
18 static int some_function() { variable
22 static int foo() { const
26 static int bar() { variable
H A Dcrash.rs12 static int function_with_a_segfault() { const
18 static int some_function() { variable
22 static int foo() { variable
26 static int bar() { const
H A Dglobal_int.rs20 static int twenty() { const
24 static int some_function() { const
28 static int foo() { variable
32 static int bar() { variable
/aosp12/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc580 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectCallback() argument
586 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in DisconnectCallback() argument
598 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RegisterForNotificationCallback() argument
622 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in MtuChangedCallback() argument
652 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in ConnectionCallback() argument
665 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceStoppedCallback() argument
671 BluetoothGattInterface* /* gatt_iface */, int /* status */, in ServiceDeletedCallback() argument
677 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestReadCharacteristicCallback() argument
684 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestReadDescriptorCallback() argument
691 BluetoothGattInterface* /* gatt_iface */, int /* conn_id */, in RequestWriteCharacteristicCallback() argument
[all …]
/aosp12/art/benchmark/micro-native/
H A Dmicro_native.cc47 static void NativeMethods_emptyJniMethod6(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6() argument
54 static void NativeMethods_emptyJniStaticMethod6(JNIEnv*, jclass, int, int, int, int, int, int) { } in NativeMethods_emptyJniStaticMethod6() argument
66 static void NativeMethods_emptyJniMethod6_Fast(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6_Fast() argument
73 static void NativeMethods_emptyJniStaticMethod6_Fast(JNIEnv*, jclass, int, int, int, int, int, int)… in NativeMethods_emptyJniStaticMethod6_Fast() argument
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_ion_alloc.cpp110 int IonAlloc::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer() argument
129 int IonAlloc::CleanBuffer(void */*base*/, unsigned int /*size*/, unsigned int /*offset*/, in CleanBuffer() argument
252 int IonAlloc::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op, in CleanBuffer() argument
305 int IonAlloc::FreeBuffer(void * /*base*/, unsigned int /*size*/, unsigned int /*offset*/, in FreeBuffer() argument
310 int IonAlloc::ImportBuffer(int /*fd*/) { in ImportBuffer() argument
314 int IonAlloc::CleanBuffer(void * /*base*/, unsigned int /*size*/, unsigned int /*offset*/, in CleanBuffer() argument
340 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) { in UnmapBuffer()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.py120 def __init__(self, pid: int):
162 def __init__(self, tid: int):
172 self, event_count: int, callstack: List[Tuple[int, int, int]], argument
250 def __init__(self, lib_id: int):
281 def __init__(self, func_id: int):
290 def build_addr_hit_map(self, addr: int, event_count: int, subtree_event_count: int):
300 def build_line_hit_map(self, source_file_id: int, line: int, event_count: int,
342 def __merge_hit_map(map1: Optional[Dict[int, List[int]]],
360 def __init__(self, func_id: int):
440 def __init__(self, lib_id: int, func_name: str, func_id: int, start_addr: int, addr_len: int):
[all …]
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp150 int /* uniqueId */, in onSetOnInfoListener() argument
247 int /* uniqueId */, in onSaveRights() argument
296 status_t FwdLockEngine::onConsumeRights(int /* uniqueId */, in onConsumeRights() argument
368 status_t FwdLockEngine::onRemoveAllRights(int /* uniqueId */) { in onRemoveAllRights() argument
375 status_t FwdLockEngine::onSetPlaybackStatus(int /* uniqueId */, argument
389 int /* uniqueId */, int convertId) { argument
596 status_t FwdLockEngine::onInitializeDecryptUnit(int /* uniqueId */, argument
605 int /* uniqueId */, argument
615 status_t FwdLockEngine::onDecrypt(int /* uniqueId */, argument
624 status_t FwdLockEngine::onFinalizeDecryptUnit(int /* uniqueId */, argument
[all …]
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/
H A DTestHarness.h96 inline void for_each(const std::map<int, std::vector<T>>& idx_and_data, in for_each()
97 std::function<void(int, const std::vector<T>&)> execute) { in for_each()
105 inline void for_each(std::map<int, std::vector<T>>& idx_and_data, in for_each()
106 std::function<void(int, std::vector<T>&)> execute) { in for_each()
114 inline void for_each(const std::map<int, std::vector<T>>& golden, in for_each()
126 const std::map<int, std::vector<T>>& golden, const std::map<int, std::vector<T>>& test, in for_each()
137 inline void for_all_internal(std::map<int, std::vector<T>>& idx_and_data, in for_all_internal()
147 std::function<void(int, void*, size_t)> execute_this) { in for_all()
190 inline void resize_accordingly_(const std::map<int, std::vector<T>>& golden, in resize_accordingly_()
221 void filter_internal(const std::map<int, std::vector<T>>& golden, in filter_internal()
[all …]
/aosp12/hardware/libhardware/modules/tv_input/
H A Dtv_input.cpp74 static int tv_input_get_stream_configurations( in tv_input_get_stream_configurations() argument
75 const struct tv_input_device*, int, int*, const tv_stream_config_t**) in tv_input_get_stream_configurations() argument
80 static int tv_input_open_stream(struct tv_input_device*, int, tv_stream_t*) in tv_input_open_stream() argument
85 static int tv_input_close_stream(struct tv_input_device*, int, int) in tv_input_close_stream() argument
90 static int tv_input_request_capture( in tv_input_request_capture() argument
96 static int tv_input_cancel_capture(struct tv_input_device*, int, int, uint32_t) in tv_input_cancel_capture() argument
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DNetworkUtilsForAppProc.cpp27 void NetworkUtils::RegisterSocketUserTag(int, uid_t, uint32_t) { in RegisterSocketUserTag() argument
32 void NetworkUtils::UnRegisterSocketUserTag(int) { in UnRegisterSocketUserTag() argument
37 void NetworkUtils::RegisterSocketUserMark(int, uid_t) { in RegisterSocketUserMark() argument
42 void NetworkUtils::UnRegisterSocketUserMark(int) { in UnRegisterSocketUserMark() argument
/aosp12/system/extras/perf2cfg/perf2cfg/
H A Danalyze.py47 def __init__(self, relative_addr: int) -> None:
57 def record_sample(self, event_name: str, event_count: int) -> None:
89 def record_sample(self, relative_addr: int, event_name: str,
90 event_count: int) -> None:
194 def record_sample(self, method_name: str, relative_addr: int,
195 event_name: str, event_count: int) -> None:
/aosp12/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp55 DrmMetadata* DrmPassthruPlugIn::onGetMetadata(int /*uniqueId*/, const String8* /*path*/) { in onGetMetadata() argument
59 DrmConstraints* DrmPassthruPlugIn::onGetConstraints( in onGetConstraints() argument
160 bool DrmPassthruPlugIn::onCanHandle(int /*uniqueId*/, const String8& path) { in onCanHandle() argument
167 String8 DrmPassthruPlugIn::onGetOriginalMimeType(int uniqueId, in onGetOriginalMimeType() argument
185 status_t DrmPassthruPlugIn::onConsumeRights(int uniqueId, in onConsumeRights() argument
191 status_t DrmPassthruPlugIn::onSetPlaybackStatus(int uniqueId, in onSetPlaybackStatus() argument
197 bool DrmPassthruPlugIn::onValidateAction(int uniqueId, in onValidateAction() argument
213 status_t DrmPassthruPlugIn::onOpenConvertSession(int uniqueId, int /*convertId*/) { in onOpenConvertSession() argument
219 int uniqueId, int /*convertId*/, const DrmBuffer* inputData) { in onConvertData() argument
272 status_t DrmPassthruPlugIn::onInitializeDecryptUnit(int uniqueId, in onInitializeDecryptUnit() argument
[all …]
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/
H A Dsimulate_wifi.py817 def addFakeScan(ssid: str, bssid: str, cap: str, freq: int = 2412, dbm: int = -55) -> None:
820 def addFakeOpenScan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
823 def addFakeWpa2Scan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
826 def addFakeWpa3Scan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
829 def addFakeOweScan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
832 def addFakeWpa2Wpa3TransitionScan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
835 def addFakeOpenOweTransitionScan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
838 def addFakePasspointScan(ssid: str, bssid: str, freq: int = 2412, dbm: int = -55) -> None:
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp45 void DrawHighlightBar(int /* x */, int /* y */, int /* width */, in DrawHighlightBar() argument
50 int DrawTextLine(int /* x */, int /* y */, const std::string& /* line */, in DrawTextLine() argument
54 void DrawSurface(const GRSurface* /* surface */, int /* sx */, int /* sy */, int /* w */, in DrawSurface() argument
56 void DrawFill(int /* x */, int /* y */, int /* w */, int /* h */) const override {} in DrawFill() argument
57 void DrawTextIcon(int /* x */, int /* y */, const GRSurface* /* surface */) const override {} in DrawTextIcon() argument
58 int DrawTextLines(int /* x */, int /* y */, in DrawTextLines() argument
62 int DrawWrappedTextLines(int /* x */, int /* y */, in DrawWrappedTextLines() argument
/aosp12/bionic/libc/bionic/
H A Dnetdb.cpp39 netent* getnetbyaddr(uint32_t /*net*/, int /*type*/) { in getnetbyaddr() argument
55 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber() argument
63 void setnetent(int /*stayopen*/) { in setnetent() argument
66 void setprotoent(int /*stayopen*/) { in setprotoent() argument
H A Dnl_types.cpp33 nl_catd catopen(const char*, int) { in catopen() argument
37 char* catgets(nl_catd, int, int, const char* message) { in catgets() argument
/aosp12/frameworks/av/drm/common/include/
H A DDrmEngineBase.h404 int /* uniqueId */, sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession() argument
436 int /* uniqueId */, sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession() argument
452 virtual status_t onOpenDecryptSession(int /* uniqueId */, in onOpenDecryptSession() argument
/aosp12/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
H A Dmetrics_manager_util.cpp162 unordered_map<int, vector<int>>& conditionToMetricMap) { in handleMetricWithConditions()
199 const unordered_map<int64_t, unordered_map<int, int64_t>>& allStateGroupMaps, in handleMetricWithStates()
235 unordered_map<int, vector<int>>& activationAtomTrackerToMetricMap, in handleMetricActivation()
292 const unordered_map<int, shared_ptr<Activation>>& oldEventActivationMap, in handleMetricActivationOnConfigUpdate()
360 const unordered_map<int64_t, unordered_map<int, int64_t>>& allStateGroupMaps, in createCountMetricProducerAndUpdateMetadata()
442 const unordered_map<int64_t, unordered_map<int, int64_t>>& allStateGroupMaps, in createDurationMetricProducerAndUpdateMetadata()
582 unordered_map<int, vector<int>>& trackerToMetricMap, in createEventMetricProducerAndUpdateMetadata()
641 const unordered_map<int64_t, unordered_map<int, int64_t>>& allStateGroupMaps, in createValueMetricProducerAndUpdateMetadata()
744 unordered_map<int, vector<int>>& trackerToMetricMap, in createGaugeMetricProducerAndUpdateMetadata()
989 const unordered_map<int64_t, unordered_map<int, int64_t>>& allStateGroupMaps, in initMetrics()
[all …]
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp46 bool DumpCmdHandler(int /*argc*/, char** argv) { in DumpCmdHandler() argument
51 bool MapCmdHandler(int, char** argv) { in MapCmdHandler() argument
57 bool UnmapCmdHandler(int, char** argv) { in UnmapCmdHandler() argument
62 bool MergeCmdHandler(int /*argc*/, char** argv) { in MergeCmdHandler() argument
/aosp12/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp72 virtual status_t setDataSource(int /* fd */, int64_t /* offset */, int64_t /* length */) { in setDataSource() argument
85 … virtual status_t seekTo(int /* msec */, android::MediaPlayerSeekMode /* mode */) { return OK; } in seekTo() argument
86 virtual status_t getCurrentPosition(int* /* msec */) { return OK; } in getCurrentPosition() argument
87 virtual status_t getDuration(int* /* msec */) { return OK; } in getDuration() argument
89 virtual status_t setLooping(int /* loop */) { return OK; } in setLooping() argument
92 virtual status_t setParameter(int /* key */, const Parcel& /* request */) { return OK; } in setParameter() argument
93 virtual status_t getParameter(int /* key */, Parcel* /* reply */) { return OK; } in getParameter() argument

12345678910>>...25