Home
last modified time | relevance | path

Searched defs:process (Results 201 - 225 of 277) sorted by relevance

12345678910>>...12

/third_party/pulseaudio/src/modules/
H A Dmodule-filter-apply.c505 static pa_hook_result_t process(struct userdata *u, pa_object *o, bool is_sink_input, bool is_property_change) { in process() function
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py283 def process(self): member in MacroCheckerFile
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.h116 ProcessHandle process; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh455 void process (const Op& op, const hb_bit_set_t &other) in process() function
/third_party/skia/third_party/externals/icu/source/common/
H A Duts46.cpp302 UTS46::process(const UnicodeString &src, in process() function in UTS46
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h118 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c885 static int process(int s) in process() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_i.h118 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_i.h36 void (*process)(struct eap_sm *sm, void *priv, member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c885 static int process(int s) in process() function
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp158 GetAbilityInfo(const std::string& abilityIndex, const std::string& name, const std::string& process, const std::string& applicationName) const GetAbilityInfo() argument
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h102 std::string process; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp260 std::string process; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h128 std::string process; member
204 std::string process; member
H A Dextension_ability_info.h170 std::string process; member
H A Dapplication_info.h171 std::string process; member
250 std::string process; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp1138 int32_t GtManagerService::ReportHceInstallCallback(uint8_t errCode, uint8_t installState, uint8_t process) in ReportHceInstallCallback() argument
1160 ReportHceUninstallCallback( uint8_t errCode, uint8_t installState, char *bundleName, uint8_t process) ReportHceUninstallCallback() argument
1181 ReportInstallCallback( uint8_t errCode, uint8_t installState, uint8_t process, InstallerCallback installerCallback) ReportInstallCallback() argument
1206 ReportUninstallCallback(uint8_t errCode, uint8_t installState, char *bundleName, uint8_t process, InstallerCallback installerCallback) ReportUninstallCallback() argument
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp57 int32_t AudioService::OnProcessRelease(IAudioProcessStream *process, bool destoryAtOnce) in OnProcessRelease() argument
204 void AudioService::CheckFastSessionMuteState(uint32_t sessionId, sptr<AudioProcessInServer> process) in CheckFastSessionMuteState() argument
551 sptr<AudioProcessInServer> process = AudioProcessInServer::Create(config, this); GetAudioProcess() local
603 CheckInnerCapForProcess(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint) CheckInnerCapForProcess() argument
631 LinkProcessToEndpoint(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint) LinkProcessToEndpoint() argument
657 UnlinkProcessToEndpoint(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint) UnlinkProcessToEndpoint() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp659 sptr<IRemoteObject> process = reply.ReadRemoteObject(); in CreateAudioProcess() local
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp1007 AdapterStreamCallback *process = (AdapterStreamCallback*)arg; IdleBufferProcess() local
[all...]
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp313 string process; in ParseJsonFile() local
625 string process; in ParseTrustConfig() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp1563 int32_t process = 0; in HWTEST_F() local
/third_party/elfutils/libdwfl/
H A DlibdwflP.h125 Dwfl_Process *process; member
243 Dwfl_Process *process; member
/third_party/libuv/src/win/
H A Dprocess.c823 uv_process_t* process = (uv_process_t*) data; in exit_wait_callback() local
909 uv_spawn(uv_loop_t* loop, uv_process_t* process, const uv_process_options_t* options) uv_spawn() argument
1347 uv_process_kill(uv_process_t* process, int signum) uv_process_kill() argument
[all...]
/third_party/libuv/test/
H A Dtest-spawn.c46 static uv_process_t process; variable
66 static void exit_cb(uv_process_t* process, in exit_cb() argument
77 static void fail_cb(uv_process_t* process, in fail_cb() argument
84 static void kill_cb(uv_process_t* process, in kill_cb() argument
117 detach_failure_cb(uv_process_t* process, int64_t exit_status, int term_signal) detach_failure_cb() argument
1607 exit_cb_unexpected(uv_process_t* process, int64_t exit_status, int term_signal) exit_cb_unexpected() argument
[all...]

Completed in 36 milliseconds

12345678910>>...12